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-13 13:58:36 +0000
commiteb67f101a5a7c8b74502a590a4ce30e92653bd21 (patch)
tree823dd1485ac67df19ab9db3fa36e3c8a7261eeb4 /gfx/gl/GLLibraryEGL.cpp
parent2f5fb42c2191b6b9448a3d7eb01338809ec19786 (diff)
downloadUXP-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/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 {