| Index: components/html_viewer/web_layer_tree_view_impl.h
|
| diff --git a/components/html_viewer/web_layer_tree_view_impl.h b/components/html_viewer/web_layer_tree_view_impl.h
|
| index 1a09bd4bf74bd14cca6e97a6becc0e6690f333d2..0cb324bdb7b186f5248453445fdc1dcde10acc51 100644
|
| --- a/components/html_viewer/web_layer_tree_view_impl.h
|
| +++ b/components/html_viewer/web_layer_tree_view_impl.h
|
| @@ -17,7 +17,7 @@
|
| #include "third_party/WebKit/public/platform/WebLayerTreeView.h"
|
|
|
| namespace base {
|
| -class MessageLoopProxy;
|
| +class SingleThreadTaskRunner;
|
| }
|
|
|
| namespace blink {
|
| @@ -39,7 +39,7 @@ class WebLayerTreeViewImpl : public blink::WebLayerTreeView,
|
| public mojo::OutputSurfaceMojoClient {
|
| public:
|
| WebLayerTreeViewImpl(
|
| - scoped_refptr<base::MessageLoopProxy> compositor_message_loop_proxy,
|
| + scoped_refptr<base::SingleThreadTaskRunner> compositor_task_runner,
|
| mojo::SurfacePtr surface,
|
| mojo::GpuPtr gpu_service);
|
| ~WebLayerTreeViewImpl() override;
|
|
|