Issue #1053 - Part 3b: Remove AndroidSurfaceTexture and Android media decoder

interface.
This commit is contained in:
Moonchild 2020-12-27 13:11:19 +00:00 • committed by roytam1
commit 787b0a52a3
14 changed files with 0 additions and 2022 deletions

View file

@ -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 {

View file

@ -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"

View file

@ -36,10 +36,6 @@ namespace gfx {
class DataSourceSurface;
} // namespace gfx
namespace gl {
class AndroidSurfaceTexture;
} // namespace gl
namespace layers {
class Compositor;