| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index f222ca0b0861a8aa1f88560ad2d29f186cd78865..b5499e88c02e92c0434dd7473471bb7ddcdf541a 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -464,7 +464,7 @@ public:
|
| Node* bestTapNode(const GestureEventWithHitTestResults& targetedTapEvent);
|
| void enableTapHighlightAtPoint(const GestureEventWithHitTestResults& targetedTapEvent);
|
| void enableTapHighlights(WillBeHeapVector<RawPtrWillBeMember<Node>>&);
|
| - void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation);
|
| + void computeScaleAndScrollForFocusedNode(Node* focusedNode, bool zoomInToLegibleScale, float& scale, IntPoint& scroll, bool& needAnimation);
|
|
|
| void animateDoubleTapZoom(const IntPoint&);
|
|
|
|
|