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

Unified Diff: Source/web/ChromeClientImpl.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/core/page/EditorClient.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 7d153044ac34afae28615a3fd744870b477eaad4..484501fdcf106c72bbd62dfa2214b7aff6b549a6 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -46,6 +46,8 @@ class ColorChooserClient;
class Element;
class FileChooser;
class GraphicsLayerFactory;
+class HTMLInputElement;
+class KeyboardEvent;
class PopupContainer;
class PopupMenuClient;
class RenderBox;
@@ -184,6 +186,9 @@ public:
virtual bool isPointerLocked();
virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE;
+ virtual void didChangeValueInTextField(WebCore::HTMLInputElement&) OVERRIDE;
+ virtual void didEndEditingOnTextField(WebCore::HTMLInputElement&) OVERRIDE;
+ virtual void handleKeyboardEventOnTextField(WebCore::HTMLInputElement&, WebCore::KeyboardEvent&) OVERRIDE;
virtual void didCancelCompositionOnSelectionChange() OVERRIDE;
virtual void willSetInputMethodState() OVERRIDE;
« no previous file with comments | « Source/core/page/EditorClient.h ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698