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

Unified Diff: Source/web/EditorClientImpl.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/web/EditorClientImpl.h
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
index a23c1cc9185497cfd0a17059956f5c46f48b641e..013144713da4513a5db4d30b1be7d054f7c503ff 100644
--- a/Source/web/EditorClientImpl.h
+++ b/Source/web/EditorClientImpl.h
@@ -70,9 +70,6 @@ public:
virtual void undo() OVERRIDE;
virtual void redo() OVERRIDE;
virtual void handleKeyboardEvent(WebCore::KeyboardEvent*) OVERRIDE;
- virtual void textFieldDidEndEditing(WebCore::Element*) OVERRIDE;
- virtual void textDidChangeInTextField(WebCore::Element*) OVERRIDE;
- virtual bool doTextFieldCommandFromEvent(WebCore::Element*, WebCore::KeyboardEvent*) OVERRIDE;
virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
virtual void checkGrammarOfString(const String&, WTF::Vector<WebCore::GrammarDetail>&,

Powered by Google App Engine
This is Rietveld 408576698