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; } |
abarth-chromium
2013/10/30 06:36:16
I don't think this is the right place. Let me dig
|
+ |
protected: |
~WebFrameClient() { } |
}; |