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

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-18T17:22:32 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
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/EditorClientImpl.h
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
index 6938907e29f20343c26d6430ba1b95ee8b8ac8b8..46a498d57c7ea5ac5d11fdb462e51250eee499b6 100644
--- a/Source/web/EditorClientImpl.h
+++ b/Source/web/EditorClientImpl.h
@@ -60,9 +60,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;
const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698