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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceFilter.h

Issue 1220053003: Disentangle filter content recording state from FilterData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test. Created 5 years, 6 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: 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:
« no previous file with comments | « LayoutTests/svg/filters/filtered-animated-image-crash-expected.txt ('k') | Source/core/layout/svg/LayoutSVGResourceFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698