| Index: Source/core/rendering/svg/RenderSVGRoot.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
|
| index 1ed703a0356caea1f7ace9348202798f37e744b3..00d789a25f307c7586c163d4bcaf9277248f3db0 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
|
| @@ -68,6 +68,7 @@ public:
|
|
|
| // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates.
|
| const AffineTransform& localToBorderBoxTransform() const { return m_localToBorderBoxTransform; }
|
| + bool shouldApplyViewportClip() const;
|
|
|
| private:
|
| virtual RenderObjectChildList* virtualChildren() OVERRIDE { return children(); }
|
| @@ -109,7 +110,6 @@ private:
|
| virtual bool canBeSelectionLeaf() const OVERRIDE { return false; }
|
| virtual bool canHaveChildren() const OVERRIDE { return true; }
|
|
|
| - bool shouldApplyViewportClip() const;
|
| void updateCachedBoundaries();
|
| void buildLocalToBorderBoxTransform();
|
|
|
|
|