| Index: webkit/glue/chrome_client_impl.h
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.h (revision 14995)
|
| +++ webkit/glue/chrome_client_impl.h (working copy)
|
| @@ -18,6 +18,7 @@
|
| class PopupContainer;
|
| class SecurityOrigin;
|
| struct WindowFeatures;
|
| +class HTMLParserQuirks;
|
| }
|
|
|
| // Handles window-level notifications from WebCore on behalf of a WebView.
|
| @@ -131,6 +132,8 @@
|
|
|
| virtual void formStateDidChange(const WebCore::Node*);
|
|
|
| + virtual WebCore::HTMLParserQuirks* createHTMLParserQuirks() { return 0; }
|
| +
|
| private:
|
| WebViewImpl* webview_; // weak pointer
|
| bool toolbars_visible_;
|
|
|