| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 26bda6438c5b90dc2602f92694e51be3be170129..62295a38ed1dd4bcd70d6f8a015f3e354041d97c 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -188,7 +188,6 @@ public:
|
| bool scrollFocusedNodeIntoRect(const WebRect&) override;
|
| void smoothScroll(int targetX, int targetY, long durationMs) override;
|
| void zoomToFindInPageRect(const WebRect&);
|
| - void advanceFocusInForm(WebFocusType) override;
|
| void advanceFocus(bool reverse) override;
|
| double zoomLevel() override;
|
| double setZoomLevel(double) override;
|
| @@ -565,8 +564,6 @@ private:
|
|
|
| WebTextInputType textInputType();
|
| int textInputFlags();
|
| - Element* nextFocusableElementInForm(Element*, WebFocusType);
|
| - bool isListeningToKeyboardEvents(Element*);
|
|
|
| WebString inputModeOfFocusedElement();
|
|
|
|
|