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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 1747283003: Remove redundant codepath for webgl api blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better handle 'exit_on_context_lost' Created 4 years, 9 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: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 2beb12e5b62828cc39877cbc6d507fa5dec1e38d..9671b28b37c9429895b0d714e9bb57dd87e9b409 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -605,12 +605,6 @@ public:
// content/ APIs.
virtual bool allowWebGL(bool defaultValue) { return defaultValue; }
- // Notifies the client that a WebGL context was lost on this page with the
- // given reason (one of the GL_ARB_robustness status codes; see
- // Extensions3D.h in WebCore/platform/graphics).
- virtual void didLoseWebGLContext(int) { }
-
-
// Screen Orientation --------------------------------------------------
// Access the embedder API for (client-based) screen orientation client .

Powered by Google App Engine
This is Rietveld 408576698