| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 6d466b3696beef4513e3460cbf9fa50a2e10cff6..ca7543e997b9b8ee81a548c6a02abf2515e336f4 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -266,7 +266,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| // Methods for setting transformations for a view (e.g. rotation, scaling).
|
|
|
| - const gfx::Transform& GetTransform() const;
|
| + gfx::Transform GetTransform() const;
|
|
|
| // Clipping parameters. Clipping is done relative to the view bounds.
|
| void set_clip_insets(gfx::Insets clip_insets) { clip_insets_ = clip_insets; }
|
|
|