Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 35c8c190823af8a81ae50d1e7d8a043c0461dfc8..7c795e0de428d47f5f25611990aed455bff0490f 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -261,6 +261,9 @@ public: |
virtual bool isChromeClientImpl() const { return false; } |
virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { }; |
+ virtual void didChangeValueInTextField(HTMLInputElement&) { } |
+ virtual void didEndEditingOnTextField(HTMLInputElement&) { } |
+ virtual void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) { } |
// Input mehtod editor related functions. |
virtual void didCancelCompositionOnSelectionChange() { } |