| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index 37a9756950c1bdb5efb139483c91d85967512629..3dc358c55d6be68ee0101f983a6eedd1505c4082 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -250,7 +250,9 @@ void Display::OnDraw() {
|
| }
|
|
|
| void Display::SetNeedsRedrawRect(const gfx::Rect& damage_rect) {
|
| - NOTREACHED();
|
| + aggregator_->SetFullDamageForSurface(current_surface_id_);
|
| + if (scheduler_)
|
| + scheduler_->SurfaceDamaged(current_surface_id_);
|
| }
|
|
|
| void Display::ReclaimResources(const CompositorFrameAck* ack) {
|
|
|