| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index dd90cb60ea2c64bcbcb3f6dea369c9e59105e68a..d7898085b3d805c952829a9df02036ce7966e707 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -4346,6 +4346,15 @@ void WebViewImpl::applyViewportDeltas(
|
| const WebSize& pinchViewportDelta,
|
| const WebSize& mainFrameDelta,
|
| float pageScaleDelta,
|
| + float topControlsDelta) {
|
| + applyViewportDeltas(pinchViewportDelta, mainFrameDelta, WebFloatSize(), pageScaleDelta, topControlsDelta);
|
| +}
|
| +
|
| +void WebViewImpl::applyViewportDeltas(
|
| + const WebSize& pinchViewportDelta,
|
| + const WebSize& mainFrameDelta,
|
| + const WebFloatSize& elasticOverscrollDelta,
|
| + float pageScaleDelta,
|
| float topControlsDelta)
|
| {
|
| ASSERT(pinchVirtualViewportEnabled());
|
|
|