Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 544e21fffe25f1ca93b0c4b8ba684f79e951a748..d34ebeebe4ccab70984f9c8c1c76ca11c00b2b0c 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -126,6 +126,8 @@ public: |
virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE; |
virtual WebTextInputInfo textInputInfo() OVERRIDE; |
virtual WebColor backgroundColor() const OVERRIDE; |
+ virtual WebPagePopup* pagePopup() const OVERRIDE; |
+ virtual WebWidgetClient* client() const OVERRIDE; |
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE; |
virtual void didShowCandidateWindow() OVERRIDE; |
virtual void didUpdateCandidateWindow() OVERRIDE; |