| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 4b41759560c260bd91ed071d918a6a128fb4bfed..81ce4c2addea244dae32a1b58bb9b63383ac2221 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -100,7 +100,7 @@ public:
|
| // origin of the zoomedDeviceViewport.
|
| //
|
| // implTransform = S[pageScale] * Tr[-zoomedDeviceViewportOffset]
|
| - WebKit::WebTransformationMatrix implTransform(bool pageScalePinchZoomEnabled) const;
|
| + gfx::Transform implTransform(bool pageScalePinchZoomEnabled) const;
|
|
|
| private:
|
| float m_pageScaleFactor;
|
| @@ -228,7 +228,7 @@ public:
|
| void setPageScaleFactorAndLimits(float pageScaleFactor, float minPageScaleFactor, float maxPageScaleFactor);
|
|
|
| scoped_ptr<ScrollAndScaleSet> processScrollDeltas();
|
| - WebKit::WebTransformationMatrix implTransform() const;
|
| + gfx::Transform implTransform() const;
|
|
|
| void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration);
|
|
|
|
|