| Index: Source/core/layout/svg/LayoutSVGResourceFilter.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourceFilter.h b/Source/core/layout/svg/LayoutSVGResourceFilter.h
|
| index b76edccb24ba1e2fec89ec2eafedb301aaf0a9b6..3ee5b7858b7faa86e1b73edbf02a06d6d7c80bc5 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourceFilter.h
|
| +++ b/Source/core/layout/svg/LayoutSVGResourceFilter.h
|
| @@ -28,8 +28,6 @@
|
| #include "core/svg/SVGFilterElement.h"
|
| #include "core/svg/graphics/filters/SVGFilter.h"
|
| #include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
| -#include "platform/graphics/GraphicsContext.h"
|
| -#include "platform/graphics/paint/DisplayItemList.h"
|
|
|
| namespace blink {
|
|
|
| @@ -63,8 +61,6 @@ public:
|
|
|
| RefPtrWillBeMember<SVGFilter> filter;
|
| RefPtrWillBeMember<SVGFilterBuilder> builder;
|
| - OwnPtr<DisplayItemList> m_displayItemList;
|
| - OwnPtr<GraphicsContext> m_context;
|
| FilterDataState m_state;
|
|
|
| private:
|
|
|