| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index e1525b572869886b14383621bd6a97b99c4c2434..59a77174b56cd4755cd73d1a1fddb8657bee3e52 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -148,7 +148,7 @@ class COMPOSITOR_EXPORT Layer
|
|
|
| // The transform, relative to the parent.
|
| void SetTransform(const gfx::Transform& transform);
|
| - gfx::Transform transform() const;
|
| + const gfx::Transform& transform() const { return cc_layer_->transform(); }
|
|
|
| gfx::PointF position() const { return cc_layer_->position(); }
|
|
|
|
|