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

Unified Diff: Source/core/svg/SVGFitToViewBox.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
« no previous file with comments | « Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp ('k') | Source/core/svg/SVGLocatable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFitToViewBox.cpp
diff --git a/Source/core/svg/SVGFitToViewBox.cpp b/Source/core/svg/SVGFitToViewBox.cpp
index 55a5fdffc93fae3afce0f860d8e001398b67d679..87602adef034b57e6cf0aebb2b052d5d0c118e98 100644
--- a/Source/core/svg/SVGFitToViewBox.cpp
+++ b/Source/core/svg/SVGFitToViewBox.cpp
@@ -23,7 +23,6 @@
#if ENABLE(SVG)
#include "SVGFitToViewBox.h"
-#include "AffineTransform.h"
#include "Attribute.h"
#include "Document.h"
#include "SVGDocumentExtensions.h"
@@ -31,6 +30,7 @@
#include "SVGParserUtilities.h"
#include "SVGPreserveAspectRatio.h"
#include "core/platform/graphics/FloatRect.h"
+#include "core/platform/graphics/transforms/AffineTransform.h"
#include <wtf/text/StringImpl.h>
namespace WebCore {
« no previous file with comments | « Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp ('k') | Source/core/svg/SVGLocatable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698