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

Unified Diff: Source/core/platform/graphics/FloatPoint.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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/core/platform/graphics/FloatPoint.cpp
diff --git a/Source/core/platform/graphics/FloatPoint.cpp b/Source/core/platform/graphics/FloatPoint.cpp
index 7ed2f100ea4c2cf5caaad7554af739bb4eac4cbc..7dee86905201783f70474ad8a9f3d288fabe8882 100644
--- a/Source/core/platform/graphics/FloatPoint.cpp
+++ b/Source/core/platform/graphics/FloatPoint.cpp
@@ -29,12 +29,12 @@
#include <math.h>
#include <limits>
-#include "AffineTransform.h"
#include "FloatConversion.h"
-#include "TransformationMatrix.h"
#include "core/platform/graphics/IntPoint.h"
#include "core/platform/graphics/LayoutPoint.h"
#include "core/platform/graphics/LayoutSize.h"
+#include "core/platform/graphics/transforms/AffineTransform.h"
+#include "core/platform/graphics/transforms/TransformationMatrix.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/chromium/support/GraphicsContext3DPrivate.cpp ('k') | Source/core/platform/graphics/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698