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

Unified Diff: Source/core/platform/graphics/BitmapImage.h

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/Theme.h ('k') | Source/core/platform/graphics/Color.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/BitmapImage.h
diff --git a/Source/core/platform/graphics/BitmapImage.h b/Source/core/platform/graphics/BitmapImage.h
index bbbf4d83e85fe8dc8d71d4248842ada35f7420a8..702ea8d160a1c2b1f0f56f592d2f1ee4b9bf9ae2 100644
--- a/Source/core/platform/graphics/BitmapImage.h
+++ b/Source/core/platform/graphics/BitmapImage.h
@@ -28,11 +28,11 @@
#ifndef BitmapImage_h
#define BitmapImage_h
-#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/FrameData.h"
#include "core/platform/graphics/Image.h"
#include "core/platform/graphics/ImageSource.h"
#include "platform/geometry/IntSize.h"
+#include "platform/graphics/Color.h"
#include "platform/graphics/ImageOrientation.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/core/platform/Theme.h ('k') | Source/core/platform/graphics/Color.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698