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

Unified Diff: Source/core/platform/graphics/StrokeData.h

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/platform/graphics/StrokeData.h
diff --git a/Source/core/platform/graphics/StrokeData.h b/Source/core/platform/graphics/StrokeData.h
index e5904e084e6aaaaebbee0d87b3bf52e76e9e053b..ff5a41367220ac803c6a7632c1841951b64c1be0 100644
--- a/Source/core/platform/graphics/StrokeData.h
+++ b/Source/core/platform/graphics/StrokeData.h
@@ -31,9 +31,10 @@
#include "core/platform/graphics/DashArray.h"
#include "core/platform/graphics/Gradient.h"
-#include "core/platform/graphics/GraphicsTypes.h"
#include "core/platform/graphics/Pattern.h"
+#include "platform/graphics/GraphicsTypes.h"
+
abarth-chromium 2013/10/24 14:13:12 There's no need for these blank lines. Please put
rwlbuis 2013/10/24 17:04:50 Done.
#include "third_party/skia/include/core/SkColorPriv.h"
#include "third_party/skia/include/effects/SkDashPathEffect.h"

Powered by Google App Engine
This is Rietveld 408576698