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

Unified Diff: Source/platform/graphics/filters/SourceGraphic.h

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/SourceGraphic.h
diff --git a/Source/core/platform/graphics/filters/SourceGraphic.h b/Source/platform/graphics/filters/SourceGraphic.h
similarity index 91%
rename from Source/core/platform/graphics/filters/SourceGraphic.h
rename to Source/platform/graphics/filters/SourceGraphic.h
index 0a84f16e5b6d6197a2241ea65ca07853e50d8542..eeeae633f777537180664f352229213249873f03 100644
--- a/Source/core/platform/graphics/filters/SourceGraphic.h
+++ b/Source/platform/graphics/filters/SourceGraphic.h
@@ -22,12 +22,12 @@
#ifndef SourceGraphic_h
#define SourceGraphic_h
-#include "core/platform/graphics/filters/Filter.h"
-#include "core/platform/graphics/filters/FilterEffect.h"
+#include "platform/graphics/filters/Filter.h"
+#include "platform/graphics/filters/FilterEffect.h"
namespace WebCore {
-class SourceGraphic : public FilterEffect {
+class PLATFORM_EXPORT SourceGraphic : public FilterEffect {
public:
static PassRefPtr<SourceGraphic> create(Filter*);
« no previous file with comments | « Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp ('k') | Source/platform/graphics/filters/SourceGraphic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698