| Index: third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| diff --git a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| index fa65feb1fd9a9329271c26f7c2a5dba78e73b544..8449f57ef22bbad0da6908cd81ad64ea14423531 100644
|
| --- a/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| +++ b/third_party/WebKit/Source/web/RotationViewportAnchor.cpp
|
| @@ -84,7 +84,8 @@ RotationViewportAnchor::RotationViewportAnchor(
|
| VisualViewport& visualViewport,
|
| const FloatSize& anchorInInnerViewCoords,
|
| PageScaleConstraintsSet& pageScaleConstraintsSet)
|
| - : ViewportAnchor(rootFrameView, visualViewport)
|
| + : m_rootFrameView(&rootFrameView)
|
| + , m_visualViewport(&visualViewport)
|
| , m_anchorInInnerViewCoords(anchorInInnerViewCoords)
|
| , m_pageScaleConstraintsSet(pageScaleConstraintsSet)
|
| {
|
|
|