diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-16 14:55:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 14:55:39 +0200 |
commit | a20f130def0352d04744e6208aa2cf7cddbcbe91 (patch) | |
tree | 6884007466c60a30367b462d6fb2ec478a183491 /gfx/gl/SharedSurfaceD3D11Interop.cpp | |
parent | 9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff) | |
parent | 4cfbcc498971703c00a500a99ae1562263964265 (diff) | |
download | UXP-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/gl/SharedSurfaceD3D11Interop.cpp')
-rw-r--r-- | gfx/gl/SharedSurfaceD3D11Interop.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/SharedSurfaceD3D11Interop.cpp b/gfx/gl/SharedSurfaceD3D11Interop.cpp index e667005d8..42da52e11 100644 --- a/gfx/gl/SharedSurfaceD3D11Interop.cpp +++ b/gfx/gl/SharedSurfaceD3D11Interop.cpp @@ -11,6 +11,8 @@ #include "WGLLibrary.h" #include "nsPrintfCString.h" #include "mozilla/gfx/DeviceManagerDx.h" +#include "mozilla/layers/LayersSurfaces.h" +#include "mozilla/layers/TextureForwarder.h" namespace mozilla { namespace gl { |