| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6fb106fb6301b5b6a1503fbf12632567e2250519..2b0c0bb4f41ee465ed521b30c8424059e4874e1b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -69,7 +69,6 @@ class DataObject;
|
| class DevToolsEmulator;
|
| class Frame;
|
| class FullscreenController;
|
| -class InputMethodContext;
|
| class InspectorOverlay;
|
| class InspectorOverlayImpl;
|
| class LinkHighlight;
|
| @@ -146,9 +145,6 @@ public:
|
| virtual WebColor backgroundColor() const override;
|
| virtual WebPagePopup* pagePopup() const override;
|
| virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const override;
|
| - virtual void didShowCandidateWindow() override;
|
| - virtual void didUpdateCandidateWindow() override;
|
| - virtual void didHideCandidateWindow() override;
|
| virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const override;
|
| virtual bool isSelectionAnchorFirst() const override;
|
| virtual bool caretOrSelectionRange(size_t* location, size_t* length) override;
|
| @@ -620,7 +616,6 @@ private:
|
|
|
| bool handleSyntheticWheelFromTouchpadPinchEvent(const WebGestureEvent&);
|
|
|
| - InputMethodContext* inputMethodContext();
|
| WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
|
|
|
| void enablePopupMouseWheelEventListener();
|
|
|