| Index: webkit/support/web_layer_tree_view_impl_for_testing.h
|
| diff --git a/webkit/support/web_layer_tree_view_impl_for_testing.h b/webkit/support/web_layer_tree_view_impl_for_testing.h
|
| index 71d6a127733f7132e445deb60fa47a86affe4714..bd23037d994a9740423a0de49ce953bff3481236 100644
|
| --- a/webkit/support/web_layer_tree_view_impl_for_testing.h
|
| +++ b/webkit/support/web_layer_tree_view_impl_for_testing.h
|
| @@ -12,7 +12,6 @@
|
|
|
| namespace cc {
|
| class LayerTreeHost;
|
| -class Thread;
|
| }
|
|
|
| namespace WebKit { class WebLayer; }
|
| @@ -27,7 +26,7 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView,
|
| webkit_support::DRTLayerTreeViewClient* client);
|
| virtual ~WebLayerTreeViewImplForTesting();
|
|
|
| - bool Initialize(scoped_ptr<cc::Thread> compositor_thread);
|
| + bool Initialize();
|
|
|
| // WebKit::WebLayerTreeView implementation.
|
| virtual void setSurfaceReady();
|
|
|