Chromium Code Reviews| Index: Source/web/WebViewImpl.h |
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
| index e900e9cba74d1bbc832d93579765c768454b157a..3a3177018f0aaefdcaa28be133d2deff7cac2380 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(); |
|
aelias_OOO_until_Jul13
2013/08/29 21:34:40
Please make this private and const, and rename to
|
| + void computeScaleAndScrollForBlockRect(const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, 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); |