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

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: Upload layout test in seperate patch 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 da572e02dc5e352e277949e25755ebc73be4033f..bcbe794ad590db5088d3d6744c0c93cea2ee9357 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -491,6 +491,8 @@ public:
// to call the WebViewClient::acceptLanguages().
virtual void acceptLanguagesChanged() = 0;
+ virtual void forceNextWebGLContextCreationToFail() = 0;
tkent 2014/11/13 00:27:11 This is not for 'i18n'. Maybe this should be in t
sivag 2014/11/13 03:29:16 Done.
+
// Testing functionality for TestRunner ---------------------------------
protected:

Powered by Google App Engine
This is Rietveld 408576698