| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index dbc74b658e8af20decb1961f0e26dd44213df55e..435d507ca1e8293e8975aeab3bdb6415dc35cda3 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -263,7 +263,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; }
|
|
|