| 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..43118c08782a620e6df8649551cec5c24bd10645 100644
|
| --- a/Source/core/html/shadow/SpinButtonElement.h
|
| +++ b/Source/core/html/shadow/SpinButtonElement.h
|
| @@ -47,6 +47,7 @@ public:
|
| virtual void focusAndSelectSpinButtonOwner() = 0;
|
| virtual bool shouldSpinButtonRespondToMouseEvents() = 0;
|
| virtual bool shouldSpinButtonRespondToWheelEvents() = 0;
|
| + virtual void spinButtonDidReleaseMouseCapture() = 0;
|
| virtual void spinButtonStepDown() = 0;
|
| virtual void spinButtonStepUp() = 0;
|
| };
|
|
|