fix: offscreen rendering crash on input select (#34069)

This commit is contained in:
Shelley Vohr 2022-05-05 15:53:39 +02:00 committed by GitHub
parent 323f7d4c19
commit 90eb47f70b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 31 deletions

View file

@ -33,7 +33,7 @@ class OffScreenVideoConsumer : public viz::mojom::FrameSinkVideoConsumer {
void SetActive(bool active);
void SetFrameRate(int frame_rate);
void SizeChanged();
void SizeChanged(const gfx::Size& size_in_pixels);
private:
// viz::mojom::FrameSinkVideoConsumer implementation.