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 upLayout should use actual window size instead of hardcoded 800x600 #78
Comments
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
First pass of refactoring, batch improvements and api updates.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LayoutTaskassumes a fixed window size when running layout. The actual window size needs to be hooked up so that post-resize reflow can be benchmarked.To hook it up, set the correct value inside the
LayoutContextcreated in the handler forBuildMsg. I assume this value will come from the content task.