SkiaRenderer GL mode started failing recently because
StreamTextureSharedImageInterface can now be initialized later
(MCVD path) after creating the shared image in which case
StreamTextureSharedImageInterface don't have gfx::Size information
at shared image construction time.
This CL fixes above issue by passing gfx::Size param explicitly in
constructor.
Vulkan mode is still broken and will be fixed by a follow up CL.
Change-Id: Ib57378cae09d6bee9200219d6743baf811fafa50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775205
Reviewed-by: Frank Liberato <liberato@chromium.org>
Reviewed-by: Eric Karl <ericrk@chromium.org>
Commit-Queue: vikas soni <vikassoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691870}