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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 133443011: Add text field change handling for autofill preview in textarea element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update code as per review comments from tkent and jamesr Created 6 years, 10 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
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 3eb23378b94bb0748a2c0e220224eeb66bbce4a5..bebd11cc6c81e53af3668a08338624de49f8272d 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -48,6 +48,7 @@ class Element;
class Event;
class FileChooser;
class GraphicsLayerFactory;
+class HTMLFormControlElement;
class HTMLInputElement;
class KeyboardEvent;
class PopupMenuClient;
@@ -177,7 +178,7 @@ public:
virtual void requestPointerUnlock() OVERRIDE;
virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE;
- virtual void didChangeValueInTextField(WebCore::HTMLInputElement&) OVERRIDE;
+ virtual void didChangeValueInTextField(WebCore::HTMLFormControlElement&) OVERRIDE;
virtual void didEndEditingOnTextField(WebCore::HTMLInputElement&) OVERRIDE;
virtual void handleKeyboardEventOnTextField(WebCore::HTMLInputElement&, WebCore::KeyboardEvent&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698