| Index: Source/core/rendering/svg/SVGRenderSupport.h
|
| diff --git a/Source/core/rendering/svg/SVGRenderSupport.h b/Source/core/rendering/svg/SVGRenderSupport.h
|
| index f8a1450334fa78e1f52d7043e8d7c341ac80f9c7..ef2a64ec28db0311120d89cad0e5abe4dc4be12c 100644
|
| --- a/Source/core/rendering/svg/SVGRenderSupport.h
|
| +++ b/Source/core/rendering/svg/SVGRenderSupport.h
|
| @@ -66,6 +66,8 @@ public:
|
|
|
| static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo&);
|
|
|
| + static bool parentTransformDidChange(RenderObject*);
|
| +
|
| // Important functions used by nearly all SVG renderers centralizing coordinate transformations / repaint rect calculations
|
| static LayoutRect clippedOverflowRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer);
|
| static void computeFloatRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed);
|
|
|