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

Unified Diff: content/renderer/render_frame_impl.h

Issue 48113021: Expose WebGL extension WEBGL_debug_renderer_info to Google domains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index a13f3f84f247dbd2226f89b1fe1f437fcaf4e8b9..e3bfe39607b551d84d2363b0a4f9aa0f9080ee7c 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -175,6 +175,7 @@ class CONTENT_EXPORT RenderFrameImpl
virtual bool allowWebGL(WebKit::WebFrame* frame, bool default_value);
virtual void didLoseWebGLContext(WebKit::WebFrame* frame,
int arb_robustness_status_code);
+ virtual bool allowWebGLDebugRendererInfo(WebKit::WebFrame* frame);
protected:
RenderFrameImpl(RenderViewImpl* render_view, int32 routing_id);

Powered by Google App Engine
This is Rietveld 408576698