Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h |
index 6522650c51837a1c1f5892113bbbf32f25a53372..1b61c5d47b07edb10ed973331f6be0356efc5968 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h |
@@ -49,6 +49,7 @@ public: |
// To avoid confusion, it would be better to not implement type() for renderbuffer attachment and |
// we should always use the internalformat of the renderbuffer and avoid using type() API. |
virtual GLenum type() const = 0; |
+ virtual bool isCubeComplete() const = 0; |
virtual WebGLSharedObject* object() const = 0; |
virtual bool isSharedObject(WebGLSharedObject*) const = 0; |
virtual bool valid() const = 0; |