Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
index 2db7de01dc3e54b99fe954442ad90cb550f1fffb..49967d3a53e88b35e56a85d559e5b073a0713d6c 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h |
@@ -213,6 +213,8 @@ protected: |
void vertexAttribIivImpl(const char*, GLuint, const GLint*, GLsizei); |
void vertexAttribIuivImpl(const char*, GLuint, const GLuint*, GLsizei); |
+ bool checkAndTranslateAttachments(const char* functionName, GLenum, Vector<GLenum>&); |
+ |
/* WebGLRenderingContextBase overrides */ |
unsigned getMaxWebGLLocationLength() const override { return 1024; }; |
bool validateCapability(const char* functionName, GLenum) override; |