summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/canvas/WebGLCompressedTextures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/WebGLCompressedTextures.h')
-rw-r--r--Source/WebCore/html/canvas/WebGLCompressedTextures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/canvas/WebGLCompressedTextures.h b/Source/WebCore/html/canvas/WebGLCompressedTextures.h
index 699370668..52b71c213 100644
--- a/Source/WebCore/html/canvas/WebGLCompressedTextures.h
+++ b/Source/WebCore/html/canvas/WebGLCompressedTextures.h
@@ -54,7 +54,8 @@ public:
private:
WebGLCompressedTextures(WebGLRenderingContext*);
- bool validateCompressedTexFuncData(GC3Dsizei width, GC3Dsizei height,
+ bool validateCompressedTexFuncData(const char* functionName,
+ GC3Dsizei width, GC3Dsizei height,
GC3Denum format, ArrayBufferView* pixels);
bool validateCompressedTexFormat(GC3Denum format);