summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLLibraryEGL.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-13 13:58:36 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:53:57 +0000
commitc3fc87a904fb3445f7e33bf6521a6de4d29e9832 (patch)
tree1fddc0374e02b6feee215c4f33f46eae748bd173 /gfx/gl/GLLibraryEGL.cpp
parent5f04717b0023491e843b4297bce1e19aa29069e3 (diff)
downloadUXP-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/GLLibraryEGL.cpp')
-rw-r--r--gfx/gl/GLLibraryEGL.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp
index 75f40f13f..27bb1c42c 100644
--- a/gfx/gl/GLLibraryEGL.cpp
+++ b/gfx/gl/GLLibraryEGL.cpp
@@ -12,6 +12,7 @@
#include "mozilla/Tokenizer.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/Unused.h"
+#include "mozilla/gfx/Logging.h"
#include "nsDirectoryServiceDefs.h"
#include "nsDirectoryServiceUtils.h"
#include "nsIGfxInfo.h"
@@ -25,6 +26,10 @@
#include "GLContextProvider.h"
#include "gfxPrefs.h"
#include "ScopedGLHelpers.h"
+#include "GLReadTexImageHelper.h"
+
+using namespace mozilla::gfx;
+using namespace mozilla::layers;
namespace mozilla {
namespace gl {