| Index: sky/engine/public/web/WebWidget.h
|
| diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
|
| index 17ffb448fb3a492a923c551a4d4ab6fb1687c969..5263ca3bc23c3b2769417572704b611d5500c1a5 100644
|
| --- a/sky/engine/public/web/WebWidget.h
|
| +++ b/sky/engine/public/web/WebWidget.h
|
| @@ -136,12 +136,6 @@ public:
|
| // Check whether the given point hits any registered touch event handlers.
|
| virtual bool hasTouchEventHandlersAt(const WebPoint&) { return true; }
|
|
|
| - // Applies a scroll delta to the root layer, which is bundled with a page
|
| - // scale factor that may apply a CSS transform on the whole document (used
|
| - // for mobile-device pinch zooming). This is triggered by events sent to the
|
| - // compositor thread.
|
| - virtual void applyScrollAndScale(const WebSize& scrollDelta, float scaleFactor) { }
|
| -
|
| // Called to inform the WebWidget that mouse capture was lost.
|
| virtual void mouseCaptureLost() { }
|
|
|
|
|