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

Unified Diff: Source/platform/HashTools.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/platform/HashTools.h
diff --git a/Source/core/platform/HashTools.h b/Source/platform/HashTools.h
similarity index 96%
rename from Source/core/platform/HashTools.h
rename to Source/platform/HashTools.h
index c376470e6dfb5393c675921cbd9b7706136513f2..d4348d36bc1f2ffc2ff5916fe27281554926a590 100644
--- a/Source/core/platform/HashTools.h
+++ b/Source/platform/HashTools.h
@@ -37,9 +37,9 @@ struct Value {
int id;
};
-const NamedColor* findColor(register const char* str, register unsigned int len);
-const Property* findProperty(register const char* str, register unsigned int len);
-const Value* findValue(register const char* str, register unsigned int len);
+const NamedColor* findColor(register const char* str, register unsigned len);
+const Property* findProperty(register const char* str, register unsigned len);
+const Value* findValue(register const char* str, register unsigned len);
abarth-chromium 2013/10/25 15:24:18 These don't need to be exported?
rwlbuis 2013/10/25 15:44:28 Likely two of those, you are right. findColor is o
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698