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

Unified Diff: Source/core/platform/graphics/filters/FilterOperation.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
Index: Source/core/platform/graphics/filters/FilterOperation.h
diff --git a/Source/core/platform/graphics/filters/FilterOperation.h b/Source/core/platform/graphics/filters/FilterOperation.h
index 276ab0a9880a2f5d6364506cfd8af9f420132258..6b83c6e90e04e5fda21847df1e628d9e0a2947f9 100644
--- a/Source/core/platform/graphics/filters/FilterOperation.h
+++ b/Source/core/platform/graphics/filters/FilterOperation.h
@@ -27,10 +27,10 @@
#define FilterOperation_h
#include "core/fetch/DocumentResourceReference.h"
-#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/filters/Filter.h"
#include "core/platform/graphics/filters/ReferenceFilter.h"
#include "platform/Length.h"
+#include "platform/graphics/Color.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « Source/core/platform/graphics/filters/FELighting.h ('k') | Source/core/platform/graphics/filters/SourceAlpha.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698