| Index: third_party/WebKit/Source/web/WebViewImplPaintArtifactCompositorTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImplPaintArtifactCompositorTest.cpp b/third_party/WebKit/Source/web/WebViewImplPaintArtifactCompositorTest.cpp
|
| index ec3446d92cab01fcb3fb38b419a8b9c018e367d9..6a4a7dbf07e794f54b5e6ad40cf5037319763f4c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImplPaintArtifactCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImplPaintArtifactCompositorTest.cpp
|
| @@ -56,7 +56,7 @@ protected:
|
| }
|
|
|
| MockWebLayerTreeView& webLayerTreeView() { return m_webLayerTreeView; }
|
| - WebViewImpl& webViewImpl() { return *m_helper.webViewImpl(); }
|
| + WebViewImpl& webViewImpl() { return *m_helper.webView(); }
|
| PaintArtifactCompositor& getPaintArtifactCompositor() { return webViewImpl().getPaintArtifactCompositor(); }
|
|
|
| private:
|
|
|