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

Unified Diff: Source/core/dom/Element.h

Issue 408883003: Remove shouldUseInputMethod (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: V2 Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/html/HTMLInputElement.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index b14bf198f1c767f57658c7557a3d40a8815dd04b..9d78abe4f6899c7d2ea6681f542aa8a44e25b289 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -513,6 +513,8 @@ public:
void setTabIndex(int);
virtual short tabIndex() const OVERRIDE;
+ bool shouldUseInputMethod();
adamk 2014/07/22 01:10:07 If the only caller is indeed WebViewImpl, I think
+
virtual void trace(Visitor*) OVERRIDE;
protected:
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/html/HTMLInputElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698