Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 0a4cc277d778ea9cc189e0c6264537e5fce635c4..d3ec6c2910169db1f6056d97e46933a9854bf59d 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -186,6 +186,7 @@ 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; |
@@ -561,6 +562,8 @@ private: |
WebTextInputType textInputType(); |
int textInputFlags(); |
+ Element* nextFocusableElementInForm(Element*, WebFocusType); |
+ bool isListeningToKeyboardEvents(Element*); |
WebString inputModeOfFocusedElement(); |