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

Unified Diff: Source/platform/graphics/Color.cpp

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/platform/graphics/Color.h ('k') | Source/platform/graphics/DashArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Color.cpp
diff --git a/Source/core/platform/graphics/Color.cpp b/Source/platform/graphics/Color.cpp
similarity index 99%
rename from Source/core/platform/graphics/Color.cpp
rename to Source/platform/graphics/Color.cpp
index c76efef25cb8ab3d1554571937b005692581cd73..97b568a1a9eaf868f60b175dd7ebc29622cb72e0 100644
--- a/Source/core/platform/graphics/Color.cpp
+++ b/Source/platform/graphics/Color.cpp
@@ -24,9 +24,8 @@
*/
#include "config.h"
-#include "core/platform/graphics/Color.h"
+#include "platform/graphics/Color.h"
-#include "core/platform/HashTools.h"
#include "wtf/Assertions.h"
#include "wtf/DecimalNumber.h"
#include "wtf/HexNumber.h"
« no previous file with comments | « Source/platform/graphics/Color.h ('k') | Source/platform/graphics/DashArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698