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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 11829033: cc: Disable impl-side painting in browser compositor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index a89c2e740a0437126a0996942074e7e05dbe181d..9e645bacfddcbc3c979203611d0d67190cb8eed0 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -172,6 +172,7 @@ void CompositorImpl::SetVisible(bool visible) {
} else if (!host_.get()) {
cc::LayerTreeSettings settings;
settings.refreshRate = 60.0;
+ settings.implSidePainting = false;
// Do not clear the framebuffer when rendering into external GL contexts
// like Android View System's.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698