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

Unified Diff: cc/math_util.h

Issue 11418040: gfx::Transform API clean-up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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 | « ash/wm/workspace/workspace_animations.cc ('k') | cc/math_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/math_util.h
diff --git a/cc/math_util.h b/cc/math_util.h
index db43aed6ba9f4e547b1227b6d9085698e518fbb3..65fb436a02c314d25a8b83874f18695a4478759b 100644
--- a/cc/math_util.h
+++ b/cc/math_util.h
@@ -143,10 +143,6 @@ public:
double d, double e, double f);
};
-// TODO(shawnsingh, vollick) this is a temporary home, should eventually
-// be phased out in favor of gfx::Transform API.
-gfx::Transform CC_EXPORT operator*(const gfx::Transform&, const gfx::Transform&);
-
} // namespace cc
#endif // CC_MATH_UTIL_H_
« no previous file with comments | « ash/wm/workspace/workspace_animations.cc ('k') | cc/math_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698