Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2839993002: [Android] Adding Smart GO/NEXT feature in Chrome (Closed)
Patch Set: Fixed WebViewTest build issues after restructure. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698