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

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: Fix WebContentsViewAuraTest.QuickOverscrollDirectionChange 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 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; }

Powered by Google App Engine
This is Rietveld 408576698