Android OOP-D: Ensure HostFrameSinkManager is always available
Currently, we initialize HostFrameSinkManager at CompositorImpl creation, rather than at first request, which leads to the manager not being available at first use in rare cases where a DelegatedFrameHostAndroid is created before a CompositorImpl. This change shuffles logic around so that a HostFrameSinkManager is always available and doesn't rely on CompositorImpl timing. Bug: 858857 Change-Id: Ia708eaf35d9d39cd65c51b73e4ec6202b59fbb43 Reviewed-on: https://chromium-review.googlesource.com/1120937Reviewed-by:kylechar <kylechar@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#571656}
Showing
Please register or sign in to comment