| Index: cc/layer_tree_host.h
|
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
|
| index 9718a4dcee281746f1f394838cb17cc44bc2f528..ec8708dd3737791364c2a0cbe0b7eadf0a2edc36 100644
|
| --- a/cc/layer_tree_host.h
|
| +++ b/cc/layer_tree_host.h
|
| @@ -206,7 +206,7 @@ public:
|
| // logical pixels in the un-zoomed viewport, the latter being the coordinates
|
| // required for hit-testing.
|
| gfx::PointF adjustEventPointForPinchZoom(const gfx::PointF& zoomedViewportPoint) const;
|
| - void setImplTransform(const WebKit::WebTransformationMatrix&);
|
| + void setImplTransform(const gfx::Transform&);
|
|
|
| void startRateLimiter(WebKit::WebGraphicsContext3D*);
|
| void stopRateLimiter(WebKit::WebGraphicsContext3D*);
|
| @@ -289,7 +289,7 @@ private:
|
|
|
| float m_pageScaleFactor;
|
| float m_minPageScaleFactor, m_maxPageScaleFactor;
|
| - WebKit::WebTransformationMatrix m_implTransform;
|
| + gfx::Transform m_implTransform;
|
| bool m_triggerIdleUpdates;
|
|
|
| SkColor m_backgroundColor;
|
|
|