| Index: Source/web/WebFrameWidgetImpl.h
|
| diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
|
| index 4aa09767ee1bf578f3e01d96f2fe63ff0c43eeba..4468760c0798912a1d66994144d706df2add4212 100644
|
| --- a/Source/web/WebFrameWidgetImpl.h
|
| +++ b/Source/web/WebFrameWidgetImpl.h
|
| @@ -84,12 +84,6 @@ public:
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
|
|
| - // FIXME(bokan): Old pinch path only - This should be removed once old pinch
|
| - // is removed.
|
| - void applyViewportDeltas(
|
| - const WebSize& scrollDelta,
|
| - float pageScaleDelta,
|
| - float topControlsDelta) override;
|
| void applyViewportDeltas(
|
| const WebFloatSize& pinchViewportDelta,
|
| const WebFloatSize& mainFrameDelta,
|
|
|