| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index 1d0f5647f5777ed84f47ae2d5b31e7da812a934b..6a255e79926bae6c92c26147c8c75f97e57f2ffb 100644
|
| --- a/ui/views/view.h
|
| +++ b/ui/views/view.h
|
| @@ -265,7 +265,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; }
|
|
|