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

Unified Diff: ui/android/delegated_frame_host_android.cc

Issue 2807653003: Move Work From CompositorFrameSinkSupport() To Init() (Closed)
Patch Set: More Init Created 3 years, 8 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: ui/android/delegated_frame_host_android.cc
diff --git a/ui/android/delegated_frame_host_android.cc b/ui/android/delegated_frame_host_android.cc
index ccb4c684f6e3e1a7737258990dae3346fc44062d..3e5acff0c5dcd8724eef906c4b931770eaf69d73 100644
--- a/ui/android/delegated_frame_host_android.cc
+++ b/ui/android/delegated_frame_host_android.cc
@@ -193,6 +193,7 @@ void DelegatedFrameHostAndroid::CreateNewCompositorFrameSinkSupport() {
this, surface_manager_, frame_sink_id_, false /* is_root */,
false /* handles_frame_sink_id_invalidation */,
true /* needs_sync_points */);
+ support_->Init();
}
cc::SurfaceId DelegatedFrameHostAndroid::SurfaceId() const {

Powered by Google App Engine
This is Rietveld 408576698