summaryrefslogtreecommitdiff
path: root/gfx/layers/client/ClientCanvasLayer.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-16 14:55:39 +0200
committerGitHub <noreply@github.com>2020-05-16 14:55:39 +0200
commita20f130def0352d04744e6208aa2cf7cddbcbe91 (patch)
tree6884007466c60a30367b462d6fb2ec478a183491 /gfx/layers/client/ClientCanvasLayer.cpp
parent9cf4eca9a895de24c58a3f309bfc5869e4649ff4 (diff)
parent4cfbcc498971703c00a500a99ae1562263964265 (diff)
downloaduxp-a20f130def0352d04744e6208aa2cf7cddbcbe91.tar.gz
Merge pull request #1550 from MoonchildProductions/deunify_gfx
Deunify gfx
Diffstat (limited to 'gfx/layers/client/ClientCanvasLayer.cpp')
-rw-r--r--gfx/layers/client/ClientCanvasLayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/layers/client/ClientCanvasLayer.cpp b/gfx/layers/client/ClientCanvasLayer.cpp
index 32acf1eb29..7e9885ef1e 100644
--- a/gfx/layers/client/ClientCanvasLayer.cpp
+++ b/gfx/layers/client/ClientCanvasLayer.cpp
@@ -19,6 +19,9 @@
#include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsXULAppAPI.h" // for XRE_GetProcessType, etc
#include "gfxPrefs.h" // for WebGLForceLayersReadback
+#include "gfxUtils.h"
+#include "TextureClientSharedSurface.h"
+
using namespace mozilla::gfx;
using namespace mozilla::gl;