Commit bf1cdd59 authored by yjliu's avatar yjliu Committed by Commit Bot

Updated comments to match function names.

Bug: N/A
Change-Id: Iccb7a5ee45d0663bebc4c95d758aa647110c6f48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422521Reviewed-by: default avatarweiliangc <weiliangc@chromium.org>
Commit-Queue: Jun Liu <yjliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809061}
parent 057c7646
......@@ -417,15 +417,15 @@ class VIZ_SERVICE_EXPORT SurfaceAggregator {
gfx::Rect damage_rects_union_of_surfaces_on_top_;
// True if the frame that's currently being aggregated has copy requests.
// This is valid during Aggregate after PrewalkTree is called.
// This is valid during Aggregate after PrewalkSurface is called.
bool has_copy_requests_ = false;
// True if the frame that's currently being aggregated has cached render
// passes. This is valid during Aggregate after PrewalkTree is called.
// passes. This is valid during Aggregate after PrewalkSurface is called.
bool has_cached_render_passes_ = false;
// True if any RenderPasses in the aggregated frame have a backdrop filter
// that moves pixels. This is valid during Aggregate after PrewalkTree is
// that moves pixels. This is valid during Aggregate after PrewalkSurface is
// called.
bool has_pixel_moving_backdrop_filter_ = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment