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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp

Issue 921633007: Move the SVG container code from rendering/svg to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/LayoutSVGResourceFilterPrimitive.cpp
diff --git a/Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp b/Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp
index 510b49fec4bb6cc8156720e2f606761dbaf9b707..dae8f701c9a71d52ef70b13ef319abf95ca652e8 100644
--- a/Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp
+++ b/Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp
@@ -33,7 +33,7 @@ namespace blink {
void LayoutSVGResourceFilterPrimitive::styleDidChange(StyleDifference diff, const LayoutStyle* oldStyle)
{
- RenderSVGHiddenContainer::styleDidChange(diff, oldStyle);
+ LayoutSVGHiddenContainer::styleDidChange(diff, oldStyle);
LayoutObject* filter = parent();
if (!filter)
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.h ('k') | Source/core/layout/svg/LayoutSVGResourceMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698