| Index: components/exo/touch_delegate.h
|
| diff --git a/components/exo/touch_delegate.h b/components/exo/touch_delegate.h
|
| index 6a65d7704555ad7adb903bd25f07d77cb24c5d3b..28f162fe4a83c7f4a406532d5c7ceaaf5c628131 100644
|
| --- a/components/exo/touch_delegate.h
|
| +++ b/components/exo/touch_delegate.h
|
| @@ -44,6 +44,12 @@ class TouchDelegate {
|
| int id,
|
| const gfx::Point& location) = 0;
|
|
|
| + // Called when a touch point has changed its shape.
|
| + virtual void OnTouchShape(int id, float major, float minor) = 0;
|
| +
|
| + // Called when the client should apply all updated touches.
|
| + virtual void OnTouchFrame() = 0;
|
| +
|
| // Called when the touch session has been canceled. Touch cancellation
|
| // applies to all touch points currently active.
|
| virtual void OnTouchCancel() = 0;
|
|
|