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

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: Rebased to tip of tree and addressed feedback 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 0f083a383321564883720905ede8e8b3ad9fdc0e..feff4d3d05d2a5ecd7f5cea58be66819eb1b7527 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