summaryrefslogtreecommitdiffstats
path: root/gfx/layers/ipc/CompositorBridgeParent.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-15 11:04:41 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-15 11:04:41 +0000
commit9cb4884a7e8e368219b3ee09c31616a82842cfa2 (patch)
tree5bc89583e37612ef1f46d340debc367ee0adec1d /gfx/layers/ipc/CompositorBridgeParent.cpp
parent16ca000ca920ffcb59bc84155e5be5cee15058a5 (diff)
downloadUXP-9cb4884a7e8e368219b3ee09c31616a82842cfa2.tar
UXP-9cb4884a7e8e368219b3ee09c31616a82842cfa2.tar.gz
UXP-9cb4884a7e8e368219b3ee09c31616a82842cfa2.tar.lz
UXP-9cb4884a7e8e368219b3ee09c31616a82842cfa2.tar.xz
UXP-9cb4884a7e8e368219b3ee09c31616a82842cfa2.zip
Issue #80- De-unify gfx/layers
Excludes layers/ipc/CompositorBridgeParent and CrossProcessCompositorBridgeParent because the latter purposely uses functions implemented in the former. See also code comment in CrossProcessCompositorBridgeParent.cpp Note: likely dead code for us anyway; likely not worth investing in to solve.
Diffstat (limited to 'gfx/layers/ipc/CompositorBridgeParent.cpp')
-rw-r--r--gfx/layers/ipc/CompositorBridgeParent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/layers/ipc/CompositorBridgeParent.cpp b/gfx/layers/ipc/CompositorBridgeParent.cpp
index 97ea984db..9a2df849b 100644
--- a/gfx/layers/ipc/CompositorBridgeParent.cpp
+++ b/gfx/layers/ipc/CompositorBridgeParent.cpp
@@ -28,6 +28,7 @@
#include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/TabParent.h"
#include "mozilla/gfx/2D.h" // for DrawTarget
+#include "mozilla/gfx/gfxVars.h"
#include "mozilla/gfx/Point.h" // for IntSize
#include "mozilla/gfx/Rect.h" // for IntSize
#include "mozilla/ipc/Transport.h" // for Transport