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

Unified Diff: third_party/WebKit/Source/core/style/FilterOperations.h

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)
Patch Set: Fix EXPORTs Created 4 years, 3 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: third_party/WebKit/Source/core/style/FilterOperations.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h b/third_party/WebKit/Source/core/style/FilterOperations.h
similarity index 94%
rename from third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
rename to third_party/WebKit/Source/core/style/FilterOperations.h
index e5fc555142a2ec4c938b400cd4bc518b9e6ac4c4..0f91c68473eb89223d3de335f8bf03de2eaef2b9 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
+++ b/third_party/WebKit/Source/core/style/FilterOperations.h
@@ -26,15 +26,13 @@
#ifndef FilterOperations_h
#define FilterOperations_h
-#include "platform/PlatformExport.h"
-#include "platform/geometry/IntRectOutsets.h"
-#include "platform/graphics/filters/FilterOperation.h"
-#include "wtf/RefPtr.h"
+#include "core/CoreExport.h"
+#include "core/style/FilterOperation.h"
#include "wtf/Vector.h"
namespace blink {
-class PLATFORM_EXPORT FilterOperations {
+class CORE_EXPORT FilterOperations {
DISALLOW_NEW();
public:
FilterOperations();
« no previous file with comments | « third_party/WebKit/Source/core/style/FilterOperation.cpp ('k') | third_party/WebKit/Source/core/style/FilterOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698