| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| index 25ec4089902e81e8762ee3326163fc08ae9682e9..1964f06ef990c114c9fc4b6ed40c103241d46676 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
|
| @@ -28,8 +28,6 @@ class WebLayerTreeViewImplForTesting : public blink::WebLayerTreeView,
|
| WTF_MAKE_NONCOPYABLE(WebLayerTreeViewImplForTesting);
|
| public:
|
| WebLayerTreeViewImplForTesting();
|
| - enum LayerListPolicy { DontUseLayerLists, UseLayerLists };
|
| - explicit WebLayerTreeViewImplForTesting(LayerListPolicy);
|
| explicit WebLayerTreeViewImplForTesting(const cc::LayerTreeSettings&);
|
| ~WebLayerTreeViewImplForTesting() override;
|
|
|
|
|