| Index: webkit/api/public/WebSettings.h
|
| ===================================================================
|
| --- webkit/api/public/WebSettings.h (revision 27632)
|
| +++ webkit/api/public/WebSettings.h (working copy)
|
| @@ -79,6 +79,7 @@
|
| virtual void setAllowUniversalAccessFromFileURLs(bool) = 0;
|
| virtual void setTextDirectionSubmenuInclusionBehaviorNeverIncluded() = 0;
|
| virtual void setOfflineWebApplicationCacheEnabled(bool) = 0;
|
| + virtual void setExperimentalWebGLEnabled(bool) = 0;
|
|
|
| protected:
|
| ~WebSettings() { }
|
|
|