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.h | |
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.h')
-rw-r--r-- | gfx/ipc/RemoteCompositorSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/ipc/RemoteCompositorSession.h b/gfx/ipc/RemoteCompositorSession.h index b4731c5c2..0a7383e29 100644 --- a/gfx/ipc/RemoteCompositorSession.h +++ b/gfx/ipc/RemoteCompositorSession.h @@ -9,6 +9,7 @@ #include "CompositorSession.h" #include "mozilla/gfx/Point.h" #include "Units.h" +#include "nsBaseWidget.h" namespace mozilla { namespace layers { |