From 9cb4884a7e8e368219b3ee09c31616a82842cfa2 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 15 May 2020 11:04:41 +0000 Subject: Issue #80- De-unify gfx/layers Excludes layers/ipc/CompositorBridgeParent and CrossProcessCompositorBridgeParent because the latter purposely uses functions implemented in the former. See also code comment in CrossProcessCompositorBridgeParent.cpp Note: likely dead code for us anyway; likely not worth investing in to solve. --- gfx/layers/client/ClientCanvasLayer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gfx/layers/client') diff --git a/gfx/layers/client/ClientCanvasLayer.cpp b/gfx/layers/client/ClientCanvasLayer.cpp index 32acf1eb2..7e9885ef1 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; -- cgit v1.2.3