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

Unified Diff: Source/core/rendering/svg/SVGRenderTreeAsText.cpp

Issue 37803003: Move GraphicsTypes* and ColorSpace to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/rendering/svg/SVGRenderTreeAsText.cpp
diff --git a/Source/core/rendering/svg/SVGRenderTreeAsText.cpp b/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
index ab5fe5b33bad1be30c7c72d33cc3e8971d0c3285..50b16542796fb5d251100fb816e00f96dcc7a3b2 100644
--- a/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
+++ b/Source/core/rendering/svg/SVGRenderTreeAsText.cpp
@@ -31,7 +31,6 @@
#include "core/rendering/svg/SVGRenderTreeAsText.h"
#include "SVGNames.h"
-#include "core/platform/graphics/GraphicsTypes.h"
#include "core/rendering/InlineTextBox.h"
#include "core/rendering/RenderTreeAsText.h"
#include "core/rendering/svg/RenderSVGGradientStop.h"
@@ -66,6 +65,8 @@
#include "core/svg/SVGRectElement.h"
#include "core/svg/SVGStopElement.h"
+#include "platform/graphics/GraphicsTypes.h"
abarth-chromium 2013/10/24 14:13:12 ditto
rwlbuis 2013/10/24 17:04:50 Done.
+
#include <math.h>
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698