| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index 0a6758d3f0c2d5e29755c430ad8546c204d21430..4fa92d161011daa89f50274785a8e3af82479c1e 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -421,7 +421,7 @@ TEST_P(ParameterizedVisualViewportTest, TestWebViewResizedBeforeAttachment)
|
| initializeWithDesktopSettings();
|
| FrameView& frameView = *webViewImpl()->mainFrameImpl()->frameView();
|
| GraphicsLayer* rootGraphicsLayer =
|
| - frameView.layoutView()->compositor()->rootGraphicsLayer();
|
| + frameView.layoutViewItem().compositor()->rootGraphicsLayer();
|
|
|
| // Make sure that a resize that comes in while there's no root layer is
|
| // honoured when we attach to the layer tree.
|
|
|