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

Unified Diff: public/common/WebColor.h

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: public/common/WebColor.h
diff --git a/public/platform/WebColor.h b/public/common/WebColor.h
similarity index 96%
copy from public/platform/WebColor.h
copy to public/common/WebColor.h
index d449e36c12d94de0ede751893034882e5173d873..aa8d9a3b9028a4b1f6cccdadfe38b153c6e2214e 100644
--- a/public/platform/WebColor.h
+++ b/public/common/WebColor.h
@@ -33,7 +33,7 @@
namespace WebKit {
-typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor.
+typedef unsigned WebColor; // RGBA quad. Equivalent to SkColor.
} // namespace WebKit

Powered by Google App Engine
This is Rietveld 408576698