| 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 f904dae6ffdc368545daa6f2a28b87b9389f922c..e85d25c26f007c4dac5c7c0a945a852418fcabe4 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| @@ -232,6 +232,7 @@ protected:
|
| void renderbufferStorageImpl(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, const char* functionName) override;
|
| GLenum boundFramebufferColorFormat() override;
|
| const WebGLSamplerState* getTextureUnitSamplerState(GLenum target, GLuint unit) const override;
|
| + unsigned sizeInBytes(GLenum type, bool isIntegerAPI) const override;
|
|
|
| // Helper function to validate the target for compressedTex{Sub}Image3D.
|
| bool validateTexFunc3DTarget(const char* functionName, GLenum target);
|
|
|