diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-10 22:33:51 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-11 06:41:21 +0000 |
commit | dce8a3300b191eeebee6f15f3f6e0f5a12a177b1 (patch) | |
tree | a38500afc01411508ba2cb986f490ca4c8fa9ca1 /dom/canvas/WebGLFramebuffer.h | |
parent | 515c1193c5663e46a313acb7a39ed2f3d209f69e (diff) | |
download | uxp-dce8a3300b191eeebee6f15f3f6e0f5a12a177b1.tar.gz |
Issue #1053 - Remove Android-specific blocks from system headers and /dom
Diffstat (limited to 'dom/canvas/WebGLFramebuffer.h')
-rw-r--r-- | dom/canvas/WebGLFramebuffer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dom/canvas/WebGLFramebuffer.h b/dom/canvas/WebGLFramebuffer.h index 53e01dfe76..133bf3d090 100644 --- a/dom/canvas/WebGLFramebuffer.h +++ b/dom/canvas/WebGLFramebuffer.h @@ -155,17 +155,6 @@ public: const GLuint mGLName; protected: -#ifdef ANDROID - // Bug 1140459: Some drivers (including our test slaves!) don't - // give reasonable answers for IsRenderbuffer, maybe others. - // This shows up on Android 2.3 emulator. - // - // So we track the `is a Framebuffer` state ourselves. - bool mIsFB; -#endif - - //// - WebGLFBAttachPoint mDepthAttachment; WebGLFBAttachPoint mStencilAttachment; WebGLFBAttachPoint mDepthStencilAttachment; |