| Index: webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| ===================================================================
|
| --- webkit/compositor_bindings/web_layer_tree_view_impl.h (revision 165906)
|
| +++ webkit/compositor_bindings/web_layer_tree_view_impl.h (working copy)
|
| @@ -11,7 +11,6 @@
|
|
|
| namespace cc {
|
| class LayerTreeHost;
|
| -class Thread;
|
| }
|
|
|
| namespace WebKit {
|
| @@ -24,7 +23,7 @@
|
| explicit WebLayerTreeViewImpl(WebLayerTreeViewClient*);
|
| virtual ~WebLayerTreeViewImpl();
|
|
|
| - bool initialize(const Settings&, scoped_ptr<cc::Thread> implThread);
|
| + bool initialize(const Settings&);
|
|
|
| // WebLayerTreeView implementation.
|
| virtual void setSurfaceReady() OVERRIDE;
|
| @@ -72,7 +71,6 @@
|
| private:
|
| WebLayerTreeViewClient* m_client;
|
| scoped_ptr<cc::LayerTreeHost> m_layerTreeHost;
|
| - bool m_hasImplThread;
|
| };
|
|
|
| } // namespace WebKit
|
|
|