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

Unified Diff: Source/core/html/HTMLInputElement.h

Issue 408883003: Remove shouldUseInputMethod (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove shouldUseInputMethod completely 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 | « Source/core/dom/Node.cpp ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index af8ffba811b914cb7bfdb4175fe202f08533a584..076cdf2e6c10cb55b7d2456f24eb502ed7cc9742 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -293,7 +293,6 @@ private:
virtual bool isEnumeratable() const OVERRIDE FINAL;
virtual bool isInteractiveContent() const OVERRIDE FINAL;
virtual bool supportLabels() const OVERRIDE FINAL;
- virtual bool shouldUseInputMethod() OVERRIDE FINAL;
virtual bool isTextFormControl() const OVERRIDE FINAL { return isTextField(); }
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698