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

Unified Diff: Source/core/html/shadow/SpinButtonElement.h

Issue 128133002: Update of change event for input type number (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added callback function in SpinButtonOwner and added new tests Created 6 years, 11 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/core/html/shadow/SpinButtonElement.h
diff --git a/Source/core/html/shadow/SpinButtonElement.h b/Source/core/html/shadow/SpinButtonElement.h
index 8c3da22f80948b513f6812ddfe125be08c9e78c1..b6beb6decc9853f62116c7486fc9e66287d55a47 100644
--- a/Source/core/html/shadow/SpinButtonElement.h
+++ b/Source/core/html/shadow/SpinButtonElement.h
@@ -49,6 +49,7 @@ public:
virtual bool shouldSpinButtonRespondToWheelEvents() = 0;
virtual void spinButtonStepDown() = 0;
virtual void spinButtonStepUp() = 0;
+ virtual void spinButtonDispatchChangeEvent() = 0;
tkent 2014/01/17 02:19:20 The function name isn't good. SpinButton class sho
};
// The owner of SpinButtonElement must call removeSpinButtonOwner

Powered by Google App Engine
This is Rietveld 408576698