diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 13:58:36 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:53:57 +0000 |
commit | c3fc87a904fb3445f7e33bf6521a6de4d29e9832 (patch) | |
tree | 1fddc0374e02b6feee215c4f33f46eae748bd173 /gfx/gl/SharedSurfaceD3D11Interop.cpp | |
parent | 5f04717b0023491e843b4297bce1e19aa29069e3 (diff) | |
download | UXP-c3fc87a904fb3445f7e33bf6521a6de4d29e9832.tar UXP-c3fc87a904fb3445f7e33bf6521a6de4d29e9832.tar.gz UXP-c3fc87a904fb3445f7e33bf6521a6de4d29e9832.tar.lz UXP-c3fc87a904fb3445f7e33bf6521a6de4d29e9832.tar.xz UXP-c3fc87a904fb3445f7e33bf6521a6de4d29e9832.zip |
Issue #80 - De-unify gfx/gl
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 { |