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

Unified Diff: trunk/src/android_webview/browser/hardware_renderer.cc

Issue 359103004: Revert 280493 "Make SingleThreadProxy a SchedulerClient" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/android_webview/browser/hardware_renderer.h ('k') | trunk/src/cc/scheduler/scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/android_webview/browser/hardware_renderer.cc
===================================================================
--- trunk/src/android_webview/browser/hardware_renderer.cc (revision 280520)
+++ trunk/src/android_webview/browser/hardware_renderer.cc (working copy)
@@ -91,9 +91,6 @@
// Webview does not own the surface so should not clear it.
settings.should_clear_root_render_pass = false;
- // TODO(enne): Update this this compositor to use a synchronous scheduler.
- settings.single_thread_proxy_scheduler = false;
-
layer_tree_host_ =
cc::LayerTreeHost::CreateSingleThreaded(this, this, NULL, settings);
layer_tree_host_->SetRootLayer(root_layer_);
« no previous file with comments | « trunk/src/android_webview/browser/hardware_renderer.h ('k') | trunk/src/cc/scheduler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698