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

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: Speed up animations in WebContentsViewAuraTest.QuickOverscrollDirectionChange Created 7 years, 9 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
« no previous file with comments | « ui/compositor/transform_animation_curve_adapter.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « ui/compositor/transform_animation_curve_adapter.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698