Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: ui/views/view.h

Issue 12226080: Thread ui transform animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@DefineThreadedLayerAnimationElements
Patch Set: Address review comments Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698