| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| index c76436d279bd5a772040018c83b6582a045e040a..243c005923e330871677136d17fa7ee572c2b617 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.cpp
|
| @@ -207,7 +207,7 @@ void LayoutSVGRoot::UpdateLayout() {
|
| AddContentsVisualOverflow(EnclosingLayoutRect(content_visual_rect));
|
| }
|
|
|
| - UpdateLayerTransformAfterLayout();
|
| + UpdateAfterLayout();
|
| has_box_decoration_background_ = IsDocumentElement()
|
| ? StyleRef().HasBoxDecorationBackground()
|
| : HasBoxDecorationBackground();
|
|
|