| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index 5c0bb6573cfda060ca39d0a3f9d1b097b2eeab85..3748a33b5c09d4eccccffa6197e979753157eff7 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -371,7 +371,7 @@ public:
|
| unsigned sizeInBytes(GLenum type);
|
|
|
| // Check if each enabled vertex attribute is bound to a buffer.
|
| - bool validateRenderingState();
|
| + bool validateRenderingState(const char*);
|
|
|
| bool validateWebGLObject(const char*, WebGLObject*);
|
|
|
|
|