| Index: Source/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| index 4611dc42c179fcf3d0d3cef4cc2019e7147d8911..f9c7feeb87479057e72b09d0e2619d097cd0d8a8 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| @@ -881,6 +881,9 @@ protected:
|
| // used only to warn about use of obsolete functions.
|
| void printWarningToConsole(const String&);
|
|
|
| + // Helper function to validate the target for checkFramebufferStatus and validateFramebufferFuncParameters.
|
| + virtual bool validateFramebufferTarget(GLenum target);
|
| +
|
| // Helper function to validate input parameters for framebuffer functions.
|
| // Generate GL error if parameters are illegal.
|
| bool validateFramebufferFuncParameters(const char* functionName, GLenum target, GLenum attachment);
|
|
|