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

Unified Diff: Source/web/WebColorName.cpp

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/web/WebColorName.cpp
diff --git a/Source/web/WebColorName.cpp b/Source/web/WebColorName.cpp
index 54a1366162b8151cd7a005f8eef3fb68715f1135..3fafa7ba250950a330d4936cc6ea4ebf64a8aeb5 100644
--- a/Source/web/WebColorName.cpp
+++ b/Source/web/WebColorName.cpp
@@ -32,8 +32,8 @@
#include "WebColorName.h"
#include "CSSValueKeywords.h"
-#include "core/platform/graphics/Color.h"
#include "core/rendering/RenderTheme.h"
+#include "platform/graphics/Color.h"
#include "public/platform/WebColor.h"
#include "wtf/UnusedParam.h"

Powered by Google App Engine
This is Rietveld 408576698