| Index: webkit/api/src/WebSettingsImpl.h
|
| ===================================================================
|
| --- webkit/api/src/WebSettingsImpl.h (revision 27632)
|
| +++ webkit/api/src/WebSettingsImpl.h (working copy)
|
| @@ -81,6 +81,7 @@
|
| virtual void setAllowUniversalAccessFromFileURLs(bool);
|
| virtual void setTextDirectionSubmenuInclusionBehaviorNeverIncluded();
|
| virtual void setOfflineWebApplicationCacheEnabled(bool);
|
| + virtual void setExperimentalWebGLEnabled(bool);
|
|
|
| private:
|
| WebCore::Settings* m_settings;
|
|
|