Index: third_party/WebKit/Source/core/style/FilterOperation.h |
diff --git a/third_party/WebKit/Source/core/style/FilterOperation.h b/third_party/WebKit/Source/core/style/FilterOperation.h |
index b333645229577336972d601df2c0e7f84c1c680f..234d8bb5a7b84c1807b05955b8843562c6a548f7 100644 |
--- a/third_party/WebKit/Source/core/style/FilterOperation.h |
+++ b/third_party/WebKit/Source/core/style/FilterOperation.h |
@@ -28,15 +28,17 @@ |
#include "core/CoreExport.h" |
#include "platform/Length.h" |
+#include "platform/geometry/FloatRect.h" |
#include "platform/graphics/BoxReflection.h" |
#include "platform/graphics/Color.h" |
-#include "platform/graphics/filters/Filter.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
+class Filter; |
+ |
// CSS Filters |
class CORE_EXPORT FilterOperation |