szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Add UpdateWindowSize to scene messages #318

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

For some reason it was removed during our resize refactor, but in cases where we resize right after the start (Gecko does this) we will need this.


This change is Reviewable