| Index: Source/WebCore/page/brew/ChromeClientBrew.h
|
| ===================================================================
|
| --- Source/WebCore/page/brew/ChromeClientBrew.h (revision 85996)
|
| +++ Source/WebCore/page/brew/ChromeClientBrew.h (working copy)
|
| @@ -42,6 +42,7 @@
|
| // things here that don't make sense for other ports.
|
| class ChromeClientBrew : public ChromeClient {
|
| public:
|
| + virtual void* webView() const { return 0; }
|
| virtual void createSelectPopup(PopupMenuClient*, int selected, const IntRect& rect) = 0;
|
| virtual bool destroySelectPopup() = 0;
|
| };
|
|
|