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

Unified Diff: content/common/view_messages.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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 3348bd95f8306d6688d38e8fc6fa8a67fdab3a76..217276551d64ed05a24861a664cf3f4201d4d0d8 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2245,6 +2245,12 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_DidLose3DContext,
content::ThreeDAPIType /* context_type */,
int /* arb_robustness_status_code */)
+// Sent by the renderer process to check whether WebGL extension
+// WEBGL_debug_renderer_info is allowed for the given URL.
+IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_IsWebGLDebugRendererInfoAllowed,
+ GURL /* top_origin_url */,
+ bool /* allowed */)
+
// Notifies the browser that document has parsed the body. This is used by the
// ResourceScheduler as an indication that bandwidth contention won't block
// first paint.

Powered by Google App Engine
This is Rietveld 408576698