Index: Source/core/loader/FrameLoaderClient.h |
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
index 75346044143884d48f64cd046117332d7c325ff7..6069b0c48079ad65141e43763a3c99491d04594f 100644 |
--- a/Source/core/loader/FrameLoaderClient.h |
+++ b/Source/core/loader/FrameLoaderClient.h |
@@ -219,6 +219,9 @@ class FetchRequest; |
// notification with the given GL_ARB_robustness guilt/innocence code (see Extensions3D.h). |
virtual void didLoseWebGLContext(int) { } |
+ // Returns true if WebGL extension WEBGL_debug_renderer_info is allowed. |
+ virtual bool allowWebGLDebugRendererInfo() { return false; } |
+ |
// If an HTML document is being loaded, informs the embedder that the document will have its <body> attached soon. |
virtual void dispatchWillInsertBody() { } |