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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 2479d47a0a5d5d6940032473fcba50d0ffb89727..d08aca2379c1c9a0831f7f7e52ca33e06917be6e 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -317,6 +317,8 @@ class WEB_EXPORT WebLocalFrameImpl final
WebString& clipText,
WebString& clipHtml) override;
+ void advanceFocusInForm(WebFocusType) override;
+
// WebFrameImplBase methods:
void initializeCoreFrame(Page&,
FrameOwner*,

Powered by Google App Engine
This is Rietveld 408576698