| Index: third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
|
| diff --git a/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h b/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
|
| index 9160b4d7b2572dc1e4b2c920f511e02bea566346..bd979769eee594345e798d02db84a2c2e8d704ed 100644
|
| --- a/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
|
| +++ b/third_party/WebKit/Source/core/paint/StubChromeClientForSPv2.h
|
| @@ -16,8 +16,7 @@ namespace blink {
|
| // simple analysis of the results.
|
| class StubChromeClientForSPv2 : public EmptyChromeClient {
|
| public:
|
| - StubChromeClientForSPv2(WebLayerTreeViewImplForTesting::LayerListPolicy layerListPolicy)
|
| - : m_layerTreeView(layerListPolicy)
|
| + StubChromeClientForSPv2() : m_layerTreeView()
|
| {
|
| m_layerTreeView.setRootLayer(*m_paintArtifactCompositor.getWebLayer());
|
| }
|
|
|