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

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

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake 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/ShadowBlur.h
diff --git a/Source/core/platform/graphics/ShadowBlur.h b/Source/core/platform/graphics/ShadowBlur.h
index a93eb022bf8d37a69387a56077dd6aa87fa43d41..cc5cb6bb47c5400725625f03aed4104e49c2f970 100644
--- a/Source/core/platform/graphics/ShadowBlur.h
+++ b/Source/core/platform/graphics/ShadowBlur.h
@@ -29,8 +29,8 @@
#ifndef ShadowBlur_h
#define ShadowBlur_h
-#include "core/platform/graphics/Color.h"
#include "platform/geometry/FloatSize.h"
+#include "platform/graphics/Color.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698