Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
index 9bd93b9fa02c155ab675842394afbf76fe86a3b9..e3e7d4e0878bc4bf01f948cd5fff7628e401efc8 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.h |
@@ -6,7 +6,7 @@ |
#define SVGFilterPainter_h |
#include "platform/graphics/GraphicsContext.h" |
-#include "platform/graphics/paint/DisplayItemList.h" |
+#include "platform/graphics/paint/PaintController.h" |
#include "wtf/Allocator.h" |
#include "wtf/OwnPtr.h" |
@@ -28,7 +28,7 @@ public: |
GraphicsContext* paintingContext() const { return m_initialContext; } |
private: |
- OwnPtr<DisplayItemList> m_displayItemList; |
+ OwnPtr<PaintController> m_paintController; |
OwnPtr<GraphicsContext> m_context; |
GraphicsContext* m_initialContext; |
}; |