| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index b9e6a3c4b07fcd949632c56cea75cc48d6165c61..4156707035fed703a27bd54b709b8cadb8821a9b 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -370,6 +370,10 @@ public:
|
| // Extensions3D.h in WebCore/platform/graphics).
|
| virtual void didLoseWebGLContext(WebFrame*, int) { }
|
|
|
| + // Asks if the WebGL extension WEBGL_debug_renderer_info is allowed
|
| + // for the given WebFrame.
|
| + virtual bool allowWebGLDebugRendererInfo(WebFrame*) { return false; }
|
| +
|
| protected:
|
| ~WebFrameClient() { }
|
| };
|
|
|