Bug 1329805 - Add in bootlegged include to PAPZCTreeManager. r=kats draft
authorAndrew McCreight <continuation@gmail.com>
Mon, 09 Jan 2017 15:48:16 -0800
changeset 458728 7e04ae2c8039632bd266488a05d00d6eecd8d515
parent 458727 4dbd3a411c63a56100ca62a7d7917910858d57e7
child 541719 3b16660e27e938f3cf84b23383faae2ee43f1f8e
push id41032
push userbmo:continuation@gmail.com
push dateTue, 10 Jan 2017 22:49:21 +0000
reviewerskats
bugs1329805
milestone53.0a1
Bug 1329805 - Add in bootlegged include to PAPZCTreeManager. r=kats MozReview-Commit-ID: 1LVW7C2YgaG
gfx/layers/ipc/PAPZCTreeManager.ipdl
--- a/gfx/layers/ipc/PAPZCTreeManager.ipdl
+++ b/gfx/layers/ipc/PAPZCTreeManager.ipdl
@@ -1,15 +1,16 @@
 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 include "mozilla/GfxMessageUtils.h";
 include "ipc/nsGUIEventIPC.h";
+include "mozilla/dom/TabMessageUtils.h"; // Needed for IPC::ParamTraits<nsEventStatus>.
 
 include protocol PCompositorBridge;
 
 using CSSRect from "Units.h";
 using LayoutDeviceCoord from "Units.h";
 using LayoutDeviceIntPoint from "Units.h";
 using mozilla::LayoutDevicePoint from "Units.h";
 using ScreenPoint from "Units.h";