Chromium Code Reviews| 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: |