| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 5056345d07c8fb6810413415eaf7fc2993842adf..999e9dfa465e90cf542025821cfefabba121fcdd 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -202,7 +202,7 @@ public:
|
|
|
| void applyScrollAndScale(const ScrollAndScaleSet&);
|
| gfx::PointF adjustEventPointForPinchZoom(const gfx::PointF&) const;
|
| - void setImplTransform(const WebKit::WebTransformationMatrix&);
|
| + void setImplTransform(const gfx::Transform&);
|
|
|
| void startRateLimiter(WebKit::WebGraphicsContext3D*);
|
| void stopRateLimiter(WebKit::WebGraphicsContext3D*);
|
| @@ -285,7 +285,7 @@ private:
|
|
|
| float m_pageScaleFactor;
|
| float m_minPageScaleFactor, m_maxPageScaleFactor;
|
| - WebKit::WebTransformationMatrix m_implTransform;
|
| + gfx::Transform m_implTransform;
|
| bool m_triggerIdleUpdates;
|
|
|
| SkColor m_backgroundColor;
|
|
|