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

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.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/core/editing/InputMethodController.h
diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
index 36ad611684de150b8d5eba50819a83bc2e63e6d5..b5f4254ccf25a7be602e16b58ffda3ed9a838a2a 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.h
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
@@ -104,6 +104,7 @@ class CORE_EXPORT InputMethodController final
void deleteSurroundingTextInCodePoints(int before, int after);
WebTextInputInfo textInputInfo() const;
WebTextInputType textInputType() const;
+ Element* nextFocusableElementInForm(Element*, WebFocusType) const;
// Call this when we will change focus.
void willChangeFocus();
@@ -161,6 +162,7 @@ class CORE_EXPORT InputMethodController final
size_t textLength) const;
int textInputFlags() const;
WebTextInputMode inputModeOfFocusedElement() const;
+ bool isListeningToKeyboardEvents(Element*) const;
// Implements |SynchronousMutationObserver|.
void contextDestroyed(Document*) final;

Powered by Google App Engine
This is Rietveld 408576698