| Index: public/web/WebWidget.h
|
| diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
|
| index a75f93894330d2b7c07d3807dd66fe782fe47a7f..f5df6306f02a14e92c743e4c5208c5e53dc0e67b 100644
|
| --- a/public/web/WebWidget.h
|
| +++ b/public/web/WebWidget.h
|
| @@ -157,7 +157,7 @@ public:
|
| // thread.
|
| virtual void applyViewportDeltas(
|
| const WebFloatSize& pinchViewportDelta,
|
| - const WebFloatSize& mainFrameDelta,
|
| + const WebFloatSize& layoutViewportDelta,
|
| const WebFloatSize& elasticOverscrollDelta,
|
| float scaleFactor,
|
| float topControlsShownRatioDelta) { }
|
|
|