summaryrefslogtreecommitdiffstats
path: root/gfx/layers
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-27 13:11:19 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-27 13:11:19 +0000
commite011a048e431bd850bfd42b5fb8c6eec0b6b878e (patch)
tree5dce377b66881be11b3c4fffaac9cedd930c835f /gfx/layers
parent8d4456c797eea9236f4d84cdb23d85ce670152dc (diff)
downloadUXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.gz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.lz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.tar.xz
UXP-e011a048e431bd850bfd42b5fb8c6eec0b6b878e.zip
Issue #1053 - Part 3b: Remove AndroidSurfaceTexture and Android media decoder
interface.
Diffstat (limited to 'gfx/layers')
-rw-r--r--gfx/layers/GLImages.h1
-rw-r--r--gfx/layers/opengl/TextureClientOGL.h1
-rw-r--r--gfx/layers/opengl/TextureHostOGL.cpp1
-rw-r--r--gfx/layers/opengl/TextureHostOGL.h4
4 files changed, 0 insertions, 7 deletions
diff --git a/gfx/layers/GLImages.h b/gfx/layers/GLImages.h
index 16e31e053..e7110db9d 100644
--- a/gfx/layers/GLImages.h
+++ b/gfx/layers/GLImages.h
@@ -6,7 +6,6 @@
#ifndef GFX_GLIMAGES_H
#define GFX_GLIMAGES_H
-#include "AndroidSurfaceTexture.h"
#include "GLContextTypes.h"
#include "GLTypes.h"
#include "ImageContainer.h" // for Image
diff --git a/gfx/layers/opengl/TextureClientOGL.h b/gfx/layers/opengl/TextureClientOGL.h
index 57e05468a..b996f7eba 100644
--- a/gfx/layers/opengl/TextureClientOGL.h
+++ b/gfx/layers/opengl/TextureClientOGL.h
@@ -14,7 +14,6 @@
#include "mozilla/layers/CompositorTypes.h"
#include "mozilla/layers/LayersSurfaces.h" // for SurfaceDescriptor
#include "mozilla/layers/TextureClient.h" // for TextureClient, etc
-#include "AndroidSurfaceTexture.h"
namespace mozilla {
diff --git a/gfx/layers/opengl/TextureHostOGL.cpp b/gfx/layers/opengl/TextureHostOGL.cpp
index e4a0f5d95..bc06444b0 100644
--- a/gfx/layers/opengl/TextureHostOGL.cpp
+++ b/gfx/layers/opengl/TextureHostOGL.cpp
@@ -16,7 +16,6 @@
#include "mozilla/gfx/Logging.h" // for gfxCriticalError
#include "mozilla/layers/ISurfaceAllocator.h"
#include "nsRegion.h" // for nsIntRegion
-#include "AndroidSurfaceTexture.h"
#include "GfxTexturesReporter.h" // for GfxTexturesReporter
#include "GLBlitTextureImageHelper.h"
#include "GeckoProfiler.h"
diff --git a/gfx/layers/opengl/TextureHostOGL.h b/gfx/layers/opengl/TextureHostOGL.h
index f30811b10..cac58ee65 100644
--- a/gfx/layers/opengl/TextureHostOGL.h
+++ b/gfx/layers/opengl/TextureHostOGL.h
@@ -36,10 +36,6 @@ namespace gfx {
class DataSourceSurface;
} // namespace gfx
-namespace gl {
-class AndroidSurfaceTexture;
-} // namespace gl
-
namespace layers {
class Compositor;