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 upCapture portability: fonts #2342
Closed
Comments
bors-servo
added a commit
that referenced
this issue
Jan 29, 2018
Capture font portability Fixes #2342 Also wraps the `UpdateResources` into device frame begin/end, since we may need to access GL context there (and I'm not sure how it works otherwise - maybe it's not used by another other than capturing?). r? @glennw <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2349) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Font structures are platform specific, they prevent us from replaying a capture on a different machine. Technically, this should only affect
SCENE-level captures, but we currently don't have an ability to only save theFRAMElevel without also saving/loading the basics.