mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #7928 - mrobinson:layer-tree-fix, r=pcwalton
Add the dump-layer-tree option to the -Z help text I accidentally omitted this when I added the dump-layer-tree option initially. Fixes #7926. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7928) <!-- Reviewable:end -->
This commit is contained in:
commit
a8ad990c6d
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ pub fn print_debug_usage(app: &str) -> ! {
|
|||
print_option("dump-display-list", "Print the display list after each layout.");
|
||||
print_option("dump-display-list-json", "Print the display list in JSON form.");
|
||||
print_option("dump-display-list-optimized", "Print optimized display list (at paint time).");
|
||||
print_option("dump-layer-tree", "Print the layer tree whenever it changes.");
|
||||
print_option("relayout-event", "Print notifications when there is a relayout.");
|
||||
print_option("profile-tasks", "Instrument each task, writing the output to a file.");
|
||||
print_option("show-compositor-borders", "Paint borders along layer and tile boundaries.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue