summaryrefslogtreecommitdiffstats
path: root/gfx/layers/TextureDIB.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-15 11:04:41 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:55:50 +0000
commit3e82ac05b113eee4a08510600dd02c7c695f0b88 (patch)
tree59e64d3a3f595ef284818bbf7c708260e929f799 /gfx/layers/TextureDIB.cpp
parent3ab7bd811f8f901806e51c046b6f032c260dc64a (diff)
downloadUXP-3e82ac05b113eee4a08510600dd02c7c695f0b88.tar
UXP-3e82ac05b113eee4a08510600dd02c7c695f0b88.tar.gz
UXP-3e82ac05b113eee4a08510600dd02c7c695f0b88.tar.lz
UXP-3e82ac05b113eee4a08510600dd02c7c695f0b88.tar.xz
UXP-3e82ac05b113eee4a08510600dd02c7c695f0b88.zip
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.
Diffstat (limited to 'gfx/layers/TextureDIB.cpp')
-rw-r--r--gfx/layers/TextureDIB.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/layers/TextureDIB.cpp b/gfx/layers/TextureDIB.cpp
index 79a9469bf..775538cf3 100644
--- a/gfx/layers/TextureDIB.cpp
+++ b/gfx/layers/TextureDIB.cpp
@@ -7,8 +7,10 @@
#include "gfx2DGlue.h"
#include "mozilla/gfx/DataSurfaceHelpers.h" // For BufferSizeFromDimensions
#include "mozilla/layers/ISurfaceAllocator.h"
+#include "mozilla/layers/TextureForwarder.h"
#include "mozilla/ipc/ProtocolUtils.h"
+
namespace mozilla {
using namespace gfx;