Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions flow/compositor_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ enum class RasterStatus {
// This is currently used to wait for the thread merger to merge
// the raster and platform threads.
//
// Since the thread merger may be disabled,
// Since the thread merger may be disabled, the system will proceed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Since the thread merger may be disabled, the system will proceed
// Since the thread merger may be disabled, the system will proceed

// with separate threads for rasterization and platform tasks,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// with separate threads for rasterization and platform tasks,
// with separate threads for rasterization and platform tasks,

// potentially leading to different performance characteristics.
kSkipAndRetry,
// Frame has been successfully rasterized, but "there are additional items in
// Frame has been successfully rasterized, but there are additional items in
// the pipeline waiting to be consumed. This is currently
// only used when thread configuration change occurs.
kEnqueuePipeline,
Expand Down