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 upFirst call to set_output_document has no effect #2820
Closed
Labels
Comments
|
I'll pick this up |
bors-servo
added a commit
that referenced
this issue
Aug 7, 2018
Submit transaction with frame output enabled before transaction with … …DL in frame_output.rs Fix for #2820 and closed #2866 in favour of this. <!-- 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/2952) <!-- Reviewable:end -->
|
Was looking through the easy tagged tasks just now and this can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The frame output example stopped working some time ago.
The issue seems to be that frame messages (which contain
EnableFrameOutputare processed after the call tobuild_sceneresulting in an empty list ofoutput_pipelinesgetting passed to theFrameBuilder.Moving the processing of frame messages to before the call to
build_scenefixes the issue. There is a separate issue where nothing is rendered in the example.