fix: offscreen rendering crash on input select (#34069)
This commit is contained in:
parent
323f7d4c19
commit
90eb47f70b
4 changed files with 33 additions and 31 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue