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

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

Issue 334533002: Android: Schedule composite immediately when requested by frontend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « 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 f956a2f438f492d066c2f2c7db18c02b958d57e0..60fedc87fa42394c0b42e72f369c8c53c4bbe4e4 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -505,7 +505,7 @@ void CompositorImpl::SetNeedsComposite() {
DCHECK(!needs_composite_ || WillComposite());
needs_composite_ = true;
- PostComposite(COMPOSITE_EVENTUALLY);
+ PostComposite(COMPOSITE_IMMEDIATELY);
}
cc::UIResourceId CompositorImpl::GenerateUIResourceFromUIResourceBitmap(
« 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