diff --git a/flow/compositor_context.h b/flow/compositor_context.h index 30aae4736c928..4fbab55b190c0 100644 --- a/flow/compositor_context.h +++ b/flow/compositor_context.h @@ -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 + // 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,