| 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 {
|
|
|