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

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

Issue 2369643002: Fix OOPIFs on Android (Closed)
Patch Set: Created 4 years, 3 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
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 68ad85967f11f89cd566bbd3496f778b60f3f3f7..1c7dc9bd9469f4eb001c19cb9215d67064a8d6fc 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -814,6 +814,10 @@ void CompositorImpl::SetNeedsAnimate() {
host_->SetNeedsAnimate();
}
+uint32_t CompositorImpl::GetSurfaceClientId() {
+ return surface_id_allocator_->client_id();
+}
+
bool CompositorImpl::HavePendingReadbacks() {
return !readback_layer_tree_->children().empty();
}

Powered by Google App Engine
This is Rietveld 408576698