| Index: Source/core/layout/svg/SVGLayoutSupport.h
|
| diff --git a/Source/core/layout/svg/SVGLayoutSupport.h b/Source/core/layout/svg/SVGLayoutSupport.h
|
| index 18168978ee810e56925c36e97299d60240014836..e0a587a3103c819188db321fa0c53b8f9305021c 100644
|
| --- a/Source/core/layout/svg/SVGLayoutSupport.h
|
| +++ b/Source/core/layout/svg/SVGLayoutSupport.h
|
| @@ -78,8 +78,8 @@ public:
|
| static const LayoutObject* pushMappingToContainer(const LayoutObject*, const LayoutLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
|
|
|
| // Shared between SVG renderers and resources.
|
| - static void applyStrokeStyleToContext(GraphicsContext*, const LayoutStyle&, const LayoutObject*);
|
| - static void applyStrokeStyleToStrokeData(StrokeData*, const LayoutStyle*, const LayoutObject*);
|
| + static void applyStrokeStyleToContext(GraphicsContext&, const LayoutStyle&, const LayoutObject&);
|
| + static void applyStrokeStyleToStrokeData(StrokeData&, const LayoutStyle&, const LayoutObject&);
|
|
|
| // Update the GC state (on |paintInfo.context|) for painting |renderer|
|
| // using |style|. |resourceMode| is used to decide between fill/stroke.
|
| @@ -97,7 +97,7 @@ public:
|
| static bool isRenderableTextNode(const LayoutObject*);
|
|
|
| // Determines whether a svg node should isolate or not based on LayoutStyle.
|
| - static bool willIsolateBlendingDescendantsForStyle(const LayoutStyle*);
|
| + static bool willIsolateBlendingDescendantsForStyle(const LayoutStyle&);
|
| static bool willIsolateBlendingDescendantsForObject(const LayoutObject*);
|
| template<typename LayoutObjectType>
|
| static bool computeHasNonIsolatedBlendingDescendants(const LayoutObjectType*);
|
|
|