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

Unified Diff: Source/platform/ColorData.gperf

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/platform/ColorData.gperf
diff --git a/Source/core/platform/ColorData.gperf b/Source/platform/ColorData.gperf
similarity index 99%
rename from Source/core/platform/ColorData.gperf
rename to Source/platform/ColorData.gperf
index cf2956a3ae44d17e7d19ddfb7302c78fcf8f18dc..b3285632e632d907351f2ddff1ab21c1963b2f79 100644
--- a/Source/core/platform/ColorData.gperf
+++ b/Source/platform/ColorData.gperf
@@ -1,5 +1,5 @@
%{
-#include "core/platform/HashTools.h"
+#include "platform/HashTools.h"
#include <string.h>
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698