| Index: public/web/WebWidget.h
|
| diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
|
| index a75f93894330d2b7c07d3807dd66fe782fe47a7f..8c998ad03d09197bd060528414f9961453a11c85 100644
|
| --- a/public/web/WebWidget.h
|
| +++ b/public/web/WebWidget.h
|
| @@ -149,13 +149,6 @@ public:
|
| // Applies viewport related properties during a commit from the compositor
|
| // thread.
|
| virtual void applyViewportDeltas(
|
| - const WebSize& scrollDelta,
|
| - float scaleFactor,
|
| - float topControlsShownRatioDelta) { }
|
| -
|
| - // Applies viewport related properties during a commit from the compositor
|
| - // thread.
|
| - virtual void applyViewportDeltas(
|
| const WebFloatSize& pinchViewportDelta,
|
| const WebFloatSize& mainFrameDelta,
|
| const WebFloatSize& elasticOverscrollDelta,
|
|
|