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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 72543005: Get rid of explict editor dependency from text field (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-11-15T16:10:10 Created 7 years, 1 month 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: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 48c24ae4630e50699f7cb6a73e996aa724c51f85..8328399222c8a7fc1f381f6626d387244856c3f0 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -290,10 +290,6 @@ public:
virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE { }
- virtual void textFieldDidEndEditing(Element*) OVERRIDE { }
- virtual void textDidChangeInTextField(Element*) OVERRIDE { }
- virtual bool doTextFieldCommandFromEvent(Element*, KeyboardEvent*) OVERRIDE { return false; }
-
TextCheckerClient& textChecker() { return m_textCheckerClient; }
virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { }

Powered by Google App Engine
This is Rietveld 408576698