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

Unified Diff: Source/core/platform/graphics/filters/SourceAlpha.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/SourceAlpha.cpp
diff --git a/Source/core/platform/graphics/filters/SourceAlpha.cpp b/Source/core/platform/graphics/filters/SourceAlpha.cpp
index a4d9c5bc415bacafa2278fced5278943a0c7e4ed..5420dc3249f3bd89646b49edf759d404aaab8e3f 100644
--- a/Source/core/platform/graphics/filters/SourceAlpha.cpp
+++ b/Source/core/platform/graphics/filters/SourceAlpha.cpp
@@ -22,8 +22,9 @@
#include "core/platform/graphics/filters/SourceAlpha.h"
-#include "core/platform/graphics/GraphicsContext.h"
#include "platform/graphics/Color.h"
+#include "platform/graphics/GraphicsContext.h"
+#include "platform/graphics/filters/Filter.h"
#include "platform/text/TextStream.h"
#include "wtf/StdLibExtras.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/platform/graphics/filters/SourceAlpha.h ('k') | Source/core/platform/graphics/filters/SourceGraphic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698