diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-14 19:27:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-14 19:27:23 +0000 |
commit | 836aa705364d28023af8b05c2d1d6ef1f4945173 (patch) | |
tree | 50806de0538e5ac2f07a972f9764791e7635b3dd /gfx/ipc/RemoteCompositorSession.cpp | |
parent | 7286d6ecf86d8983e5fa428799b5662d087b851b (diff) | |
download | UXP-836aa705364d28023af8b05c2d1d6ef1f4945173.tar UXP-836aa705364d28023af8b05c2d1d6ef1f4945173.tar.gz UXP-836aa705364d28023af8b05c2d1d6ef1f4945173.tar.lz UXP-836aa705364d28023af8b05c2d1d6ef1f4945173.tar.xz UXP-836aa705364d28023af8b05c2d1d6ef1f4945173.zip |
Issue #80 - De-unify gfx/ipc
Diffstat (limited to 'gfx/ipc/RemoteCompositorSession.cpp')
-rw-r--r-- | gfx/ipc/RemoteCompositorSession.cpp | 2 |
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 { |