Skip to content

Commit 5bfbf12

Browse files
committed
Bug 898525. Separate out Gfx helpers into GfxMessageUtils.h. r=bent
This helps us include less. --HG-- extra : rebase_source : bb9ca934a9dade9ef21cecfee7ae8e860f9c60c1
1 parent 02904ce commit 5bfbf12

19 files changed

+686
-635
lines changed

content/events/src/nsDOMNotifyPaintEvent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include "base/basictypes.h"
77
#include "ipc/IPCMessageUtils.h"
8+
#include "mozilla/GfxMessageUtils.h"
89
#include "nsDOMNotifyPaintEvent.h"
910
#include "nsContentUtils.h"
1011
#include "nsClientRect.h"

dom/bluetooth/ipc/BluetoothParent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "mozilla/Observer.h"
1717
#include "nsAutoPtr.h"
1818
#include "nsTArray.h"
19+
#include "nsThreadUtils.h"
1920

2021
template <class T>
2122
class nsRevocableEventPtr;

dom/ipc/PContent.ipdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ include URIParams;
3030
include "mozilla/chrome/RegistryMessageUtils.h";
3131
include "mozilla/dom/PermissionMessageUtils.h";
3232
include "mozilla/dom/TabMessageUtils.h";
33+
include "mozilla/dom/Element.h";
3334
include "mozilla/HalTypes.h";
3435
include "mozilla/layout/RenderFrameUtils.h";
3536
include "mozilla/net/NeckoMessageUtils.h";
3637
include "nsGeoPositionIPCSerialiser.h";
38+
include "gfxPoint.h";
3739

3840
using GeoPosition;
3941
using PrefTuple;

dom/ipc/PDocumentRenderer.ipdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
include protocol PBrowser;
77

8+
include "mozilla/GfxMessageUtils.h";
9+
810
using nsIntSize;
911

1012
namespace mozilla {

0 commit comments

Comments
 (0)