diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-14 19:27:23 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:55:14 +0000 |
commit | 0538c32e32e96552d19a857e59df44eb95469758 (patch) | |
tree | a72ed7b51c3ceaac648f70361a4d86be785c9068 /gfx/ipc/RemoteCompositorSession.cpp | |
parent | 46040d136d427e39c96b3ed34591d1aafdd0fe69 (diff) | |
download | UXP-0538c32e32e96552d19a857e59df44eb95469758.tar UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.gz UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.lz UXP-0538c32e32e96552d19a857e59df44eb95469758.tar.xz UXP-0538c32e32e96552d19a857e59df44eb95469758.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 { |