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

Unified Diff: ui/gfx/transform.cc

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.cc
diff --git a/ui/gfx/transform.cc b/ui/gfx/transform.cc
index 8ce0b92acd581d3f84edecb43ec0f81892621f3d..cbcf3e7ef7c46c97dda20cded1f68b21e1b93c5b 100644
--- a/ui/gfx/transform.cc
+++ b/ui/gfx/transform.cc
@@ -19,7 +19,7 @@ static int SymmetricRound(float x) {
} // namespace
-namespace ui {
+namespace gfx {
Transform::Transform() {
matrix_.reset();
@@ -204,4 +204,4 @@ void Transform::TransformPointInternal(const SkMatrix44& xform,
SymmetricRound(p[1]));
}
-} // namespace ui
+} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698