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

Unified Diff: Source/platform/graphics/filters/ReferenceFilter.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/platform/graphics/filters/ReferenceFilter.cpp
diff --git a/Source/core/platform/graphics/filters/ReferenceFilter.cpp b/Source/platform/graphics/filters/ReferenceFilter.cpp
similarity index 91%
rename from Source/core/platform/graphics/filters/ReferenceFilter.cpp
rename to Source/platform/graphics/filters/ReferenceFilter.cpp
index 2b84dd5a963bc4aeebf8e05539e1872d74b2f950..3367d7ce8362dcfb4767a700cb159d99761fff26 100644
--- a/Source/core/platform/graphics/filters/ReferenceFilter.cpp
+++ b/Source/platform/graphics/filters/ReferenceFilter.cpp
@@ -30,10 +30,10 @@
#include "config.h"
-#include "core/platform/graphics/filters/ReferenceFilter.h"
+#include "platform/graphics/filters/ReferenceFilter.h"
-#include "core/platform/graphics/filters/FilterEffect.h"
-#include "core/platform/graphics/filters/SourceGraphic.h"
+#include "platform/graphics/filters/FilterEffect.h"
+#include "platform/graphics/filters/SourceGraphic.h"
namespace WebCore {
« no previous file with comments | « Source/platform/graphics/filters/ReferenceFilter.h ('k') | Source/platform/graphics/filters/SkiaImageFilterBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698