X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=WebKit%2Fwx%2FWebKitSupport%2FChromeClientWx.h;h=183cc5da6108979eb9639598b00e567f5368c227;hp=6447d070d25dfed17cfdb56f40d844570a496bdd;hb=83014c1c00c00bf072693bb7cbeac407c69316f2;hpb=4db8bb132ee47c877a32a782fcd9e4eca2652727 diff --git a/WebKit/wx/WebKitSupport/ChromeClientWx.h b/WebKit/wx/WebKitSupport/ChromeClientWx.h index 6447d070d25d..183cc5da6108 100644 --- a/WebKit/wx/WebKitSupport/ChromeClientWx.h +++ b/WebKit/wx/WebKitSupport/ChromeClientWx.h @@ -37,6 +37,7 @@ namespace WebCore { class ChromeClientWx : public ChromeClient { public: + ChromeClientWx(wxWebView*); virtual ~ChromeClientWx(); virtual void chromeDestroyed(); @@ -105,6 +106,9 @@ public: virtual unsigned long long requestQuotaIncreaseForNewDatabase(Frame*, SecurityOrigin*, const String&, unsigned long long); virtual unsigned long long requestQuotaIncreaseForDatabaseOperation(Frame*, SecurityOrigin*, const String&, unsigned long long); + +private: + wxWebView* m_webView; }; }