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

Unified Diff: ui/gfx/transform_util.h

Issue 11087093: Migrate ui::Transform to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: ui/gfx/transform_util.h
diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h
index d80ad24003b8942efe5c7a3e25d7ccc6fae21f1b..d66703d64783c699b01a140c2c39352fd32cecd7 100644
--- a/ui/gfx/transform_util.h
+++ b/ui/gfx/transform_util.h
@@ -9,14 +9,12 @@
#include "ui/gfx/transform.h"
namespace gfx {
-class Point;
-}
-namespace ui {
+class Point;
// Returns a scale transform at |anchor| point.
UI_EXPORT Transform GetScaleTransform(const gfx::Point& anchor, float scale);
tfarina 2012/10/11 22:35:04 nit: no need of gfx:: anymore here so ;)
-} // namespace ui
+} // namespace gfx
#endif // UI_GFX_TRANSFORM_UTIL_H_
« ui/gfx/transform.h ('K') | « ui/gfx/transform_unittest.cc ('k') | ui/gfx/transform_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698