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

Unified Diff: content/renderer/render_view_impl.cc

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_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index d0952826e06fec11f42a7274175c467bcbefac48..81b3f2df5d74c740e71ccbcd222d760b45fcaec8 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -4347,6 +4347,11 @@ void RenderViewImpl::didLoseWebGLContext(
NOTREACHED();
}
+bool RenderViewImpl::allowWebGLDebugRendererInfo(WebFrame* frame) {
+ NOTREACHED();
jamesr 2013/10/29 23:44:01 on old branches, i believe RenderViewImpl is the W
+ return false;
+}
+
// WebKit::WebPageSerializerClient implementation ------------------------------
void RenderViewImpl::didSerializeDataForFrame(
« content/browser/gpu/gpu_data_manager_impl_private.cc ('K') | « content/renderer/render_view_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698