summaryrefslogtreecommitdiff
path: root/dom/canvas/WebGLFramebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/canvas/WebGLFramebuffer.h')
-rw-r--r--dom/canvas/WebGLFramebuffer.h11
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;