Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: components/html_viewer/web_layer_tree_view_impl.h

Issue 1144153004: components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/html_viewer/setup.h ('k') | components/html_viewer/web_layer_tree_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/html_viewer/setup.h ('k') | components/html_viewer/web_layer_tree_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698