diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 13:58:36 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-13 13:58:36 +0000 |
commit | eb67f101a5a7c8b74502a590a4ce30e92653bd21 (patch) | |
tree | 823dd1485ac67df19ab9db3fa36e3c8a7261eeb4 /gfx/gl/GLScreenBuffer.cpp | |
parent | 2f5fb42c2191b6b9448a3d7eb01338809ec19786 (diff) | |
download | UXP-eb67f101a5a7c8b74502a590a4ce30e92653bd21.tar UXP-eb67f101a5a7c8b74502a590a4ce30e92653bd21.tar.gz UXP-eb67f101a5a7c8b74502a590a4ce30e92653bd21.tar.lz UXP-eb67f101a5a7c8b74502a590a4ce30e92653bd21.tar.xz UXP-eb67f101a5a7c8b74502a590a4ce30e92653bd21.zip |
Issue #80 - De-unify gfx/gl
Diffstat (limited to 'gfx/gl/GLScreenBuffer.cpp')
-rwxr-xr-x | gfx/gl/GLScreenBuffer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLScreenBuffer.cpp b/gfx/gl/GLScreenBuffer.cpp index 463f7ebab..5d95eb928 100755 --- a/gfx/gl/GLScreenBuffer.cpp +++ b/gfx/gl/GLScreenBuffer.cpp @@ -33,10 +33,12 @@ #include "SharedSurfaceGLX.h" #endif + namespace mozilla { namespace gl { using gfx::SurfaceFormat; +using namespace mozilla::layers; UniquePtr<GLScreenBuffer> GLScreenBuffer::Create(GLContext* gl, |