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 5a6355e19b7afc06ec9f57aed679b95ee42cf4ac..418208550d44cc19b034bef93adbbfc203d03e2e 100644 |
--- a/ui/android/delegated_frame_host_android.cc |
+++ b/ui/android/delegated_frame_host_android.cc |
@@ -230,4 +230,8 @@ void DelegatedFrameHostAndroid::CreateNewCompositorFrameSinkSupport() { |
true /* needs_sync_points */); |
} |
+cc::SurfaceId DelegatedFrameHostAndroid::SurfaceId() const { |
+ return cc::SurfaceId(frame_sink_id_, current_frame_->local_surface_id); |
+} |
+ |
} // namespace ui |