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

Unified Diff: Source/core/paint/SVGShapePainter.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/paint/SVGPaintContext.cpp ('k') | Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/SVGShapePainter.cpp
diff --git a/Source/core/paint/SVGShapePainter.cpp b/Source/core/paint/SVGShapePainter.cpp
index 27d463d45ce4afd514b3f8f27296846e9f191bdd..75e902425e60a3b41e4d99e259fe66502918fef5 100644
--- a/Source/core/paint/SVGShapePainter.cpp
+++ b/Source/core/paint/SVGShapePainter.cpp
@@ -61,7 +61,7 @@ void SVGShapePainter::paint(const PaintInfo& paintInfo)
if (paintContext.applyClipMaskAndFilterIfNecessary()) {
LayoutObjectDrawingRecorder recorder(paintContext.paintInfo().context, m_renderSVGShape, paintContext.paintInfo().phase, boundingBox);
if (!recorder.canUseCachedDrawing()) {
- const SVGLayoutStyle& svgStyle = m_renderSVGShape.style()->svgStyle();
+ const SVGComputedStyle& svgStyle = m_renderSVGShape.style()->svgStyle();
bool shouldAntiAlias = svgStyle.shapeRendering() != SR_CRISPEDGES;
// We're munging GC paint attributes without saving first (and so does
« no previous file with comments | « Source/core/paint/SVGPaintContext.cpp ('k') | Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698