summaryrefslogtreecommitdiffstats
path: root/gfx/ipc/RemoteCompositorSession.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 14:55:39 +0200
committerGitHub <noreply@github.com>2020-05-16 14:55:39 +0200
commita20f130def0352d04744e6208aa2cf7cddbcbe91 (patch)
tree6884007466c60a30367b462d6fb2ec478a183491 /gfx/ipc/RemoteCompositorSession.cpp
parent9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff)
parent4cfbcc498971703c00a500a99ae1562263964265 (diff)
downloadUXP-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar
UXP-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz
UXP-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.lz
UXP-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.xz
UXP-a20f130def0352d04744e6208aa2cf7cddbcbe91.zip
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/ipc/RemoteCompositorSession.cpp')
-rw-r--r--gfx/ipc/RemoteCompositorSession.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/ipc/RemoteCompositorSession.cpp b/gfx/ipc/RemoteCompositorSession.cpp
index 6e5ad975a..8acf7dea5 100644
--- a/gfx/ipc/RemoteCompositorSession.cpp
+++ b/gfx/ipc/RemoteCompositorSession.cpp
@@ -8,8 +8,10 @@
#include "mozilla/VsyncDispatcher.h"
#include "mozilla/layers/APZChild.h"
#include "mozilla/layers/APZCTreeManagerChild.h"
+#include "mozilla/layers/CompositorBridgeChild.h"
#include "mozilla/Unused.h"
#include "nsBaseWidget.h"
+#include "GPUProcessManager.h"
namespace mozilla {
namespace layers {