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

Unified Diff: Source/platform/transforms/AffineTransform.h

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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: Source/platform/transforms/AffineTransform.h
diff --git a/Source/core/platform/graphics/transforms/AffineTransform.h b/Source/platform/transforms/AffineTransform.h
similarity index 98%
rename from Source/core/platform/graphics/transforms/AffineTransform.h
rename to Source/platform/transforms/AffineTransform.h
index 536fa669f90cc825635683ed9e752ab8cf4ac2f9..a8270797ad98e1899bb61b9b553172c52d43ae70 100644
--- a/Source/core/platform/graphics/transforms/AffineTransform.h
+++ b/Source/platform/transforms/AffineTransform.h
@@ -27,7 +27,7 @@
#ifndef AffineTransform_h
#define AffineTransform_h
-#include "core/platform/graphics/transforms/TransformationMatrix.h"
+#include "platform/transforms/TransformationMatrix.h"
#include <string.h> // for memcpy
#include "wtf/FastAllocBase.h"

Powered by Google App Engine
This is Rietveld 408576698