| 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 3015ed117aac115bfc52f38d55c50b8125bfd8a9..4029feedbe58e42c643f2f3ae5a2cce280326e02 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -188,7 +188,7 @@ public:
|
| void focusDocumentView(WebFrame*) override;
|
| void setInitialFocus(bool reverse) override;
|
| void clearFocusedElement() override;
|
| - bool scrollFocusedNodeIntoRect(const WebRect&) override;
|
| + bool scrollFocusedEditableElementIntoRect(const WebRect&) override;
|
| void smoothScroll(int targetX, int targetY, long durationMs) override;
|
| void zoomToFindInPageRect(const WebRect&);
|
| void advanceFocus(bool reverse) override;
|
|
|