Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: webkit/compositor_bindings/web_layer_tree_view_impl.cc

Issue 12045002: Delete zoomed_viewport_offset_ and its users. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/compositor_bindings/web_layer_tree_view_impl.cc
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.cc b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
index ea71f57bde2e305ca364a4d75421cab802e95d7a..2da4bc267cc2bc00668eec6f53c9728ff3705a1f 100644
--- a/webkit/compositor_bindings/web_layer_tree_view_impl.cc
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl.cc
@@ -106,11 +106,6 @@ WebSize WebLayerTreeViewImpl::deviceViewportSize() const
return m_layerTreeHost->deviceViewportSize();
}
-WebFloatPoint WebLayerTreeViewImpl::adjustEventPointForPinchZoom(const WebFloatPoint& point) const
-{
- return m_layerTreeHost->adjustEventPointForPinchZoom(point);
-}
-
void WebLayerTreeViewImpl::setDeviceScaleFactor(const float deviceScaleFactor)
{
m_layerTreeHost->setDeviceScaleFactor(deviceScaleFactor);

Powered by Google App Engine
This is Rietveld 408576698