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