diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-27 13:11:19 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-27 13:11:19 +0000 |
commit | e011a048e431bd850bfd42b5fb8c6eec0b6b878e (patch) | |
tree | 5dce377b66881be11b3c4fffaac9cedd930c835f /gfx/layers/GLImages.h | |
parent | 8d4456c797eea9236f4d84cdb23d85ce670152dc (diff) | |
download | UXP-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/GLImages.h')
-rw-r--r-- | gfx/layers/GLImages.h | 1 |
1 files changed, 0 insertions, 1 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 |