Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1003)

Unified Diff: public/web/WebFrameClient.h

Issue 51323003: Expose WEBGL_debug_renderer_info through a chromium finch experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
};
« no previous file with comments | « Source/web/FrameLoaderClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698