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

Unified Diff: third_party/WebKit/Source/platform/ColorData.gperf

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 years, 8 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: third_party/WebKit/Source/platform/ColorData.gperf
diff --git a/third_party/WebKit/Source/platform/ColorData.gperf b/third_party/WebKit/Source/platform/ColorData.gperf
index 6bbfb4b24e9a38c24b8db3d783b6389fe26e1f25..d7fd2dbdc21c146300e90802db78bf74ee2c375f 100644
--- a/third_party/WebKit/Source/platform/ColorData.gperf
+++ b/third_party/WebKit/Source/platform/ColorData.gperf
@@ -180,7 +180,7 @@ yellowgreen, 0xff9acd32
#pragma clang diagnostic pop
#endif
-const struct NamedColor* findColor(const char* str, unsigned len) {
+const struct NamedColor* FindColor(const char* str, unsigned len) {
return ColorDataHash::findColorImpl(str, len);
}

Powered by Google App Engine
This is Rietveld 408576698