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: |