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

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: Add missing moved files 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
« no previous file with comments | « Source/core/svg/SVGColor.h ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ColorData.gperf
diff --git a/Source/core/platform/ColorData.gperf b/Source/platform/ColorData.gperf
similarity index 97%
rename from Source/core/platform/ColorData.gperf
rename to Source/platform/ColorData.gperf
index cf2956a3ae44d17e7d19ddfb7302c78fcf8f18dc..ea5950215aeeb3a45c0483e62bfdc9f97b086720 100644
--- a/Source/core/platform/ColorData.gperf
+++ b/Source/platform/ColorData.gperf
@@ -1,5 +1,6 @@
%{
-#include "core/platform/HashTools.h"
+#include "config.h"
+#include "platform/graphics/Color.h"
#include <string.h>
namespace WebCore {
@@ -167,7 +168,7 @@ whitesmoke, 0xfff5f5f5
yellow, 0xffffff00
yellowgreen, 0xff9acd32
%%
-const struct NamedColor* findColor(register const char* str, register unsigned int len)
+const struct NamedColor* findColor(register const char* str, register unsigned len)
{
return ColorDataHash::findColorImpl(str, len);
}
« no previous file with comments | « Source/core/svg/SVGColor.h ('k') | Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698