diff options
Diffstat (limited to 'cc/trees/layer_tree_impl.h')
-rw-r--r-- | cc/trees/layer_tree_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h index eb6a015..6714503 100644 --- a/cc/trees/layer_tree_impl.h +++ b/cc/trees/layer_tree_impl.h @@ -249,8 +249,8 @@ class CC_EXPORT LayerTreeImpl { // Persisted state for non-impl-side-painting. int scrolling_layer_id_from_previous_tree_; - // List of visible layers for the most recently prepared frame. Used for - // rendering and input event hit testing. + // List of visible or hit-testable layers for the most recently prepared + // frame. Used for rendering and input event hit testing. LayerImplList render_surface_layer_list_; bool contents_textures_purged_; |