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

Unified Diff: Source/core/css/RGBColor.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/css/CSSPrimitiveValue.cpp ('k') | Source/core/css/StyleColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RGBColor.h
diff --git a/Source/core/css/RGBColor.h b/Source/core/css/RGBColor.h
index 5cc591cbb30e8233f3badc7cfbbf80bc0142aa9f..5cd4697d4fb3ba9ef81dbabd7118c5a3cf5e5931 100644
--- a/Source/core/css/RGBColor.h
+++ b/Source/core/css/RGBColor.h
@@ -27,7 +27,7 @@
#ifndef RGBColor_h
#define RGBColor_h
-#include "core/platform/graphics/Color.h"
+#include "platform/graphics/Color.h"
#include "wtf/RefCounted.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/CSSPrimitiveValue.cpp ('k') | Source/core/css/StyleColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698