Index: cc/trees/draw_property_utils.cc |
diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc |
index b1b4de1dd74f9119823c0a79eac420571d530d70..e2a7fd6910e3b1d9a8a63347e527fa0f18b307d7 100644 |
--- a/cc/trees/draw_property_utils.cc |
+++ b/cc/trees/draw_property_utils.cc |
@@ -270,7 +270,7 @@ static bool LayerShouldBeSkipped(LayerType* layer, |
// Some additional conditions need to be computed at a later point after the |
// recursion is finished. |
// - the intersection of render_surface content and layer clip_rect is empty |
- // - the visible_content_rect is empty |
+ // - the visible_layer_rect is empty |
// |
// Note, if the layer should not have been drawn due to being fully |
// transparent, we would have skipped the entire subtree and never made it |