Chromium Code Reviews| 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 |