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

Unified Diff: Source/core/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: 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/platform/DragImage.cpp ('k') | Source/core/platform/PopupMenuStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/HashTools.h
diff --git a/Source/core/platform/HashTools.h b/Source/core/platform/HashTools.h
index c376470e6dfb5393c675921cbd9b7706136513f2..c86f62d334367c2e98426877171c56f2a004a7a1 100644
--- a/Source/core/platform/HashTools.h
+++ b/Source/core/platform/HashTools.h
@@ -22,11 +22,6 @@
namespace WebCore {
-struct NamedColor {
- const char* name;
- unsigned ARGBValue;
-};
-
struct Property {
int nameOffset;
int id;
@@ -37,7 +32,6 @@ 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);
« no previous file with comments | « Source/core/platform/DragImage.cpp ('k') | Source/core/platform/PopupMenuStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698