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

Unified Diff: Source/core/rendering/style/RenderStyle.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/rendering/style/RenderStyle.h
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
index 0349913b4ebcac1683b52fc5db72165a4231f984..9bf0873a58caf3f2357529ef97a6cbfb824c725c 100644
--- a/Source/core/rendering/style/RenderStyle.h
+++ b/Source/core/rendering/style/RenderStyle.h
@@ -31,7 +31,6 @@
#include "core/css/CSSPrimitiveValue.h"
#include "core/platform/ThemeTypes.h"
#include "core/platform/animation/CSSAnimationDataList.h"
-#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/FontDescription.h"
#include "core/platform/graphics/transforms/TransformOperations.h"
#include "core/rendering/style/BorderValue.h"
@@ -65,6 +64,7 @@
#include "platform/fonts/FontBaseline.h"
#include "platform/geometry/LayoutBoxExtent.h"
#include "platform/geometry/RoundedRect.h"
+#include "platform/graphics/Color.h"
#include "platform/graphics/GraphicsTypes.h"
#include "platform/text/TextDirection.h"
#include "platform/text/UnicodeBidi.h"

Powered by Google App Engine
This is Rietveld 408576698