Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove webgl resizing code that talks to webrender #24601
Labels
Comments
|
Meaning a resize of the canvas / default framebuffer, not a resize of the browser window? |
|
Correct. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should no longer be necessary to inform WebRender when a resize occurs, because we send a size along with the image every frame. We should do this cleanup after #24482 is merged.