| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| index 412c8d097992b54d8482dd3ea01764e1640ee11d..598a56f62704a3c2c694038bf6ff8bedec9b18e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -58,7 +58,7 @@ class LayoutSVGBlock : public LayoutBlockFlow {
|
| }
|
|
|
| private:
|
| - LayoutRect absoluteClippedOverflowRect() const final;
|
| + LayoutRect absoluteVisualRect() const final;
|
|
|
| bool allowsOverflowClip() const final;
|
|
|
|
|