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

Unified Diff: Source/platform/graphics/DrawLooper.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/DrawLooper.h ('k') | Source/platform/platform_derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DrawLooper.cpp
diff --git a/Source/core/platform/graphics/DrawLooper.cpp b/Source/platform/graphics/DrawLooper.cpp
similarity index 97%
rename from Source/core/platform/graphics/DrawLooper.cpp
rename to Source/platform/graphics/DrawLooper.cpp
index 270419b880b686cf38b8e765be0f3755e2855b4b..814f5d672c52328ec9b3c525d7b7ffaf4603c106 100644
--- a/Source/core/platform/graphics/DrawLooper.cpp
+++ b/Source/platform/graphics/DrawLooper.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/DrawLooper.h"
+#include "platform/graphics/DrawLooper.h"
-#include "core/platform/graphics/Color.h"
#include "platform/geometry/FloatSize.h"
+#include "platform/graphics/Color.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkColorFilter.h"
#include "third_party/skia/include/core/SkDrawLooper.h"
« no previous file with comments | « Source/platform/graphics/DrawLooper.h ('k') | Source/platform/platform_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698