| Index: third_party/WebKit/Source/modules/webgl/WebGLTexture.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTexture.h b/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
|
| index c8c3524c6cf648666487d97a75940542cd691a88..84915380f8924a2a2dbd0a9b72dd2e5623ac1760 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLTexture.h
|
| @@ -64,6 +64,7 @@ public:
|
| GLsizei getHeight(GLenum target, GLint level) const;
|
| GLsizei getDepth(GLenum target, GLint level) const;
|
| bool isValid(GLenum target, GLint level) const;
|
| + bool isValidLevel(GLenum target, GLint level) const;
|
| bool isImmutable() const { return m_immutable; }
|
|
|
| static GLenum getValidFormatForInternalFormat(GLenum);
|
|
|