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(); |