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

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: 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/core/platform/DragImage.cpp
diff --git a/Source/core/platform/DragImage.cpp b/Source/core/platform/DragImage.cpp
index 5a6b40cfe1c669332aa96f2e870b67b433a44369..21d557fc54a1270a4c2a4348a27cae1a8119dc8c 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"

Powered by Google App Engine
This is Rietveld 408576698