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

Unified Diff: cc/render_surface.cc

Issue 11308153: Migrate most of cc/ from WebKit::WebTransformationMatrix to gfx::Transform (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
Index: cc/render_surface.cc
diff --git a/cc/render_surface.cc b/cc/render_surface.cc
index 0d0efd75c22ea00b54f8d691cc6f1deb9ad62b4b..6ebe8292f30537e6c6eeacb04243080cd4b51dd5 100644
--- a/cc/render_surface.cc
+++ b/cc/render_surface.cc
@@ -6,9 +6,9 @@
#include "cc/layer.h"
#include "cc/math_util.h"
-#include <public/WebTransformationMatrix.h>
+#include "ui/gfx/transform.h"
-using WebKit::WebTransformationMatrix;
+using gfx::Transform;
namespace cc {

Powered by Google App Engine
This is Rietveld 408576698