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