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

Unified Diff: Source/platform/graphics/filters/FilterEffect.h

Issue 908243002: Move rendering/svg/RenderSVGResource* 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
« no previous file with comments | « Source/core/svg/SVGRadialGradientElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FilterEffect.h
diff --git a/Source/platform/graphics/filters/FilterEffect.h b/Source/platform/graphics/filters/FilterEffect.h
index f95f49d340acfa8b8d0af8537b0ed747e2c5c7f6..8715c547af13d6f4e8b2c2d5f0f34e3692349d5b 100644
--- a/Source/platform/graphics/filters/FilterEffect.h
+++ b/Source/platform/graphics/filters/FilterEffect.h
@@ -115,7 +115,7 @@ public:
virtual TextStream& externalRepresentation(TextStream&, int indention = 0) const;
- // The following functions are SVG specific and will move to RenderSVGResourceFilterPrimitive.
+ // The following functions are SVG specific and will move to LayoutSVGResourceFilterPrimitive.
// See bug https://bugs.webkit.org/show_bug.cgi?id=45614.
bool hasX() const { return m_hasX; }
void setHasX(bool value) { m_hasX = value; }
@@ -180,11 +180,11 @@ private:
FloatRect m_maxEffectRect;
RawPtrWillBeMember<Filter> m_filter;
- // The following member variables are SVG specific and will move to RenderSVGResourceFilterPrimitive.
+ // The following member variables are SVG specific and will move to LayoutSVGResourceFilterPrimitive.
// See bug https://bugs.webkit.org/show_bug.cgi?id=45614.
// The subregion of a filter primitive according to the SVG Filter specification in local coordinates.
- // This is SVG specific and needs to move to RenderSVGResourceFilterPrimitive.
+ // This is SVG specific and needs to move to LayoutSVGResourceFilterPrimitive.
FloatRect m_filterPrimitiveSubregion;
// x, y, width and height of the actual SVGFE*Element. Is needed to determine the subregion of the
« no previous file with comments | « Source/core/svg/SVGRadialGradientElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698