| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.cpp
|
| index 25b9a888daf709293b009d5941c2b6a88a69495d..d0d69377816a2f37d2f07ea860ee979d49ee2d61 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
|
|
| LayoutSVGViewportContainer::LayoutSVGViewportContainer(SVGElement* node)
|
| : LayoutSVGContainer(node)
|
| - , m_didTransformToRootUpdate(false)
|
| , m_isLayoutSizeChanged(false)
|
| , m_needsTransformUpdate(true)
|
| {
|
| @@ -67,7 +66,6 @@ void LayoutSVGViewportContainer::calcViewport()
|
|
|
| bool LayoutSVGViewportContainer::calculateLocalTransform()
|
| {
|
| - m_didTransformToRootUpdate = m_needsTransformUpdate || SVGLayoutSupport::transformToRootChanged(parent());
|
| if (!m_needsTransformUpdate)
|
| return false;
|
|
|
|
|