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

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

Issue 1108763004: Replace FilterData::boundaries with Filter::filterRegion() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix silly rebase error. Created 5 years, 8 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
« no previous file with comments | « no previous file | Source/core/paint/SVGFilterPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGResourceFilter.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceFilter.h b/Source/core/layout/svg/LayoutSVGResourceFilter.h
index 47457088caf24330dcba3f5b5ef78edba505e179..3d72cd844bf03ebb9c3212f038a10fb425f21770 100644
--- a/Source/core/layout/svg/LayoutSVGResourceFilter.h
+++ b/Source/core/layout/svg/LayoutSVGResourceFilter.h
@@ -65,7 +65,6 @@ public:
RefPtrWillBeMember<SVGFilterBuilder> builder;
OwnPtr<DisplayItemList> m_displayItemList;
OwnPtr<GraphicsContext> m_context;
- FloatRect boundaries;
FilterDataState m_state;
private:
« no previous file with comments | « no previous file | Source/core/paint/SVGFilterPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698