| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index e900e9cba74d1bbc832d93579765c768454b157a..563dc7ef947ac243904d5885cea4186c1f74b79e 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -526,7 +526,8 @@ public:
|
| // a plugin can update its own zoom, say because of its own UI.
|
| void fullFramePluginZoomLevelChanged(double zoomLevel);
|
|
|
| - void computeScaleAndScrollForBlockRect(const WebRect& blockRect, float padding, float& scale, WebPoint& scroll, bool& doubleTapShouldZoomOut);
|
| + float computeLegibleScale();
|
| + void computeScaleAndScrollForBlockRect(const WebRect& blockRect, float padding, float& scale, WebPoint& scroll);
|
| WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent);
|
| void enableTapHighlight(const WebCore::PlatformGestureEvent& tapEvent);
|
| void computeScaleAndScrollForFocusedNode(WebCore::Node* focusedNode, float& scale, WebCore::IntPoint& scroll, bool& needAnimation);
|
|
|