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

Unified Diff: ui/base/animation/tween.h

Issue 11145005: Migrate ui::Transform to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Hopefully should work this time Created 8 years, 2 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/aura/window_unittest.cc ('k') | ui/base/animation/tween.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/animation/tween.h
diff --git a/ui/base/animation/tween.h b/ui/base/animation/tween.h
index fc3984cabe9b59cecb00e9d1039372e449db9ae8..ee7e4a6efe3a6180fb4ec30bc29c90a2db4a3e54 100644
--- a/ui/base/animation/tween.h
+++ b/ui/base/animation/tween.h
@@ -37,9 +37,9 @@ class UI_EXPORT Tween {
static gfx::Rect ValueBetween(double value,
const gfx::Rect& start_bounds,
const gfx::Rect& target_bounds);
- static Transform ValueBetween(double value,
- const Transform& start_transform,
- const Transform& target_transform);
+ static gfx::Transform ValueBetween(double value,
+ const gfx::Transform& start_transform,
+ const gfx::Transform& target_transform);
private:
Tween();
« no previous file with comments | « ui/aura/window_unittest.cc ('k') | ui/base/animation/tween.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698