summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLContextProviderEGL.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/GLContextProviderEGL.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/GLContextProviderEGL.cpp')
-rw-r--r--gfx/gl/GLContextProviderEGL.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/GLContextProviderEGL.cpp b/gfx/gl/GLContextProviderEGL.cpp
index 23fc3472d..e39858a92 100644
--- a/gfx/gl/GLContextProviderEGL.cpp
+++ b/gfx/gl/GLContextProviderEGL.cpp
@@ -86,6 +86,7 @@
#include "GLContextEGL.h"
#include "GLContextProvider.h"
#include "GLLibraryEGL.h"
+#include "GLScreenBuffer.h"
#include "mozilla/ArrayUtils.h"
#include "mozilla/Preferences.h"
#include "mozilla/widget/CompositorWidget.h"