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

Unified Diff: public/web/WebView.h

Issue 703903002: [WebGL-blink] Add test function to force fail the webgl-context (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: added test case Created 6 years, 1 month 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: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 8ff848729fcba8a3c6966909e126833277645d45..dd6ca5101ac70653ce3eb12c9df17ae31b280d00 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -486,6 +486,8 @@ public:
// to call the WebViewClient::acceptLanguages().
virtual void acceptLanguagesChanged() = 0;
+ virtual void forceNextWebGLContextCreationToFail(bool forceFailContext) = 0;
+
// Testing functionality for TestRunner ---------------------------------
protected:

Powered by Google App Engine
This is Rietveld 408576698