| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index c949565c0aa78112886ea68c6cb0e612ca871763..ba627f6307ee8a8beae99de7f8dacf5dd3877360 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -172,12 +172,6 @@ public:
|
|
|
| virtual void setVisibilityState(WebPageVisibilityState, bool) override;
|
|
|
| - // Returns true if the event leads to scrolling.
|
| - static bool mapKeyCodeForScroll(
|
| - int keyCode,
|
| - ScrollDirection*,
|
| - ScrollGranularity*);
|
| -
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|
| @@ -214,14 +208,8 @@ private:
|
|
|
| WebString inputModeOfFocusedElement();
|
|
|
| - // Returns true if the event was actually processed.
|
| - bool keyEventDefault(const WebKeyboardEvent&);
|
| -
|
| bool confirmComposition(const WebString& text, ConfirmCompositionBehavior);
|
|
|
| - // Returns true if the view was scrolled.
|
| - bool scrollViewWithKeyboard(int keyCode, int modifiers);
|
| -
|
| // Converts |pos| from window coordinates to contents coordinates and gets
|
| // the HitTestResult for it.
|
| HitTestResult hitTestResultForWindowPos(const IntPoint&);
|
| @@ -229,10 +217,6 @@ private:
|
| void doComposite();
|
| void reallocateRenderer();
|
|
|
| - bool handleCharEvent(const WebKeyboardEvent&);
|
| - bool handleGestureEvent(const WebGestureEvent&);
|
| - bool handleKeyEvent(const WebKeyboardEvent&);
|
| -
|
| InputMethodContext* inputMethodContext();
|
|
|
| WebViewClient* m_client; // Can be 0 (e.g. unittests, shared workers, etc.)
|
|
|