| Index: cc/output/overlay_strategy_single_on_top.cc
|
| diff --git a/cc/output/overlay_strategy_single_on_top.cc b/cc/output/overlay_strategy_single_on_top.cc
|
| index 71897ed4596cc1f72bc370bba044136649ff0fe3..8b39a6e9e2759244c8046cbd45df7e4878ae3162 100644
|
| --- a/cc/output/overlay_strategy_single_on_top.cc
|
| +++ b/cc/output/overlay_strategy_single_on_top.cc
|
| @@ -187,6 +187,7 @@ bool OverlayStrategySingleOnTop::Attempt(
|
| // If the candidate can be handled by an overlay, create a pass for it.
|
| if (candidates[1].overlay_handled) {
|
| quad_list.EraseAndInvalidateAllPointers(candidate_iterator);
|
| + root_render_pass->RecalculateOverlayDamage();
|
| candidate_list->swap(candidates);
|
| return true;
|
| }
|
|
|