Chromium Code Reviews| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
| index 89aa138c3c3c0b35e379e9b8b2f5fb5b1474f728..d794240dcd546e17aa442e8d75da7ccff7ba3fe4 100644 |
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
| @@ -154,6 +154,7 @@ class WEB_EXPORT WebRemoteFrameImpl final |
| void willEnterFullscreen() override; |
| void setHasReceivedUserGesture() override; |
| v8::Local<v8::Object> globalProxy() const override; |
| + void advanceFocusInForm(WebFocusType) override; |
|
EhsanK
2017/04/26 21:31:59
I am not sure why we need this. From here:
RenderF
AKVT
2017/04/27 15:07:02
Done.
|
| DECLARE_TRACE(); |