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

Unified Diff: Source/core/platform/DragImage.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/core/platform/ColorData.gperf ('k') | Source/core/platform/HashTools.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/DragImage.cpp
diff --git a/Source/core/platform/DragImage.cpp b/Source/core/platform/DragImage.cpp
index 3dc20acc986f2283d0bc53c101af006da8138224..558905e6d5e7534cd475792f26d64aa6edae27a8 100644
--- a/Source/core/platform/DragImage.cpp
+++ b/Source/core/platform/DragImage.cpp
@@ -27,7 +27,6 @@
#include "core/platform/DragImage.h"
#include "core/platform/graphics/BitmapImage.h"
-#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/FontCache.h"
#include "core/platform/graphics/FontDescription.h"
@@ -41,6 +40,7 @@
#include "platform/geometry/FloatRect.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntSize.h"
+#include "platform/graphics/Color.h"
#include "platform/graphics/TextRun.h"
#include "platform/transforms/AffineTransform.h"
#include "skia/ext/image_operations.h"
« no previous file with comments | « Source/core/platform/ColorData.gperf ('k') | Source/core/platform/HashTools.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698