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

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: correct patch set 1 mistake 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
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..43c047f06fe956590d83e6005e742a1eeb7abc3e 100644
--- a/Source/core/platform/graphics/Color.cpp
+++ b/Source/platform/graphics/Color.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/Color.h"
+#include "platform/graphics/Color.h"
-#include "core/platform/HashTools.h"
+#include "platform/HashTools.h"
#include "wtf/Assertions.h"
#include "wtf/DecimalNumber.h"
#include "wtf/HexNumber.h"

Powered by Google App Engine
This is Rietveld 408576698