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

Unified Diff: ui/gfx/transform.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.h
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index 9e60f60723c1b6d218cca062b5872faf9f114441..93d71f74c5c0f5bd3d9654401bdc054f1374b2a6 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -9,12 +9,10 @@
#include "ui/base/ui_export.h"
namespace gfx {
+
class Rect;
class Point;
class Point3f;
-}
-
-namespace ui {
// 4x4 transformation matrix. Transform is cheap and explicitly allows
// copy/assign.
@@ -125,6 +123,6 @@ class UI_EXPORT Transform {
// copy/assign are allowed.
};
-}// namespace ui
+}// namespace gfx
tfarina 2012/10/11 22:38:21 nit: add two spaces between } and //
#endif // UI_GFX_TRANSFORM_H_

Powered by Google App Engine
This is Rietveld 408576698