summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host.h
diff options
context:
space:
mode:
authorwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 15:39:36 +0000
committerwjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-31 15:39:36 +0000
commit8d691a233d36d2f87065fbd816afdbacb2cab820 (patch)
treefdebc93ada93650d69c25ef43acc9b2efbb26fc0 /cc/layer_tree_host.h
parent135c126ae1b58393857ad40cc8c94fa13faa2948 (diff)
downloadchromium_src-8d691a233d36d2f87065fbd816afdbacb2cab820.zip
chromium_src-8d691a233d36d2f87065fbd816afdbacb2cab820.tar.gz
chromium_src-8d691a233d36d2f87065fbd816afdbacb2cab820.tar.bz2
Compute event coordinate adjustment for pinch-zoom in LayerTreeHost.
BUG=156978 Review URL: https://chromiumcodereview.appspot.com/11341015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_tree_host.h')
-rw-r--r--cc/layer_tree_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index bdf5759..dc5aeaf 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -192,6 +192,7 @@ public:
void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, base::TimeDelta duration);
void applyScrollAndScale(const ScrollAndScaleSet&);
+ FloatPoint adjustEventPointForPinchZoom(const FloatPoint&) const;
void setImplTransform(const WebKit::WebTransformationMatrix&);
void startRateLimiter(WebKit::WebGraphicsContext3D*);