| Index: Source/core/rendering/svg/RenderSVGRoot.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h
|
| index 538193f9b6080c3c6cc51bd67fea74c82f0d1ef5..66f3330247f3fe7f20aee50b88402bdf02d8a369 100644
|
| --- a/Source/core/rendering/svg/RenderSVGRoot.h
|
| +++ b/Source/core/rendering/svg/RenderSVGRoot.h
|
| @@ -106,6 +106,7 @@ private:
|
| virtual bool canBeSelectionLeaf() const OVERRIDE { return false; }
|
| virtual bool canHaveChildren() const OVERRIDE { return true; }
|
|
|
| + bool shouldApplyViewportClip() const;
|
| void updateCachedBoundaries();
|
| void buildLocalToBorderBoxTransform();
|
|
|
|
|