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

Unified Diff: components/html_viewer/setup.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/media_factory.cc ('k') | components/html_viewer/web_layer_tree_view_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/setup.h
diff --git a/components/html_viewer/setup.h b/components/html_viewer/setup.h
index c9528464696e53d1f6349a70fb160452250741d7..07e54d386ba31e02d090c01600c68fcff9ae9b37 100644
--- a/components/html_viewer/setup.h
+++ b/components/html_viewer/setup.h
@@ -59,8 +59,8 @@ class Setup {
float device_pixel_ratio() const { return device_pixel_ratio_; }
- scoped_refptr<base::MessageLoopProxy> compositor_thread() {
- return compositor_thread_.message_loop_proxy();
+ scoped_refptr<base::SingleThreadTaskRunner> compositor_thread() {
+ return compositor_thread_.task_runner();
}
MediaFactory* media_factory() { return media_factory_.get(); }
« no previous file with comments | « components/html_viewer/media_factory.cc ('k') | components/html_viewer/web_layer_tree_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698