| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 96c97df88f3aee7a1f0ce97ac947bce6b7317f82..efb2e3269e6c803f0629c58cb9b31dc7bf579224 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -201,6 +201,7 @@ class WEB_EXPORT WebViewImpl final
|
| void smoothScroll(int targetX, int targetY, long durationMs) override;
|
| void zoomToFindInPageRect(const WebRect&);
|
| void advanceFocus(bool reverse) override;
|
| + void advanceFocusInForm(WebFocusType) override;
|
| void advanceFocusAcrossFrames(WebFocusType,
|
| WebRemoteFrame* from,
|
| WebLocalFrame* to) override;
|
|
|