Commit 64205721 authored by jbauman's avatar jbauman Committed by Commit bot

Mark Surface as damaged when it receives a CopyOutputRequest.

This forces the Display containing it to redraw and satisfy the request.

BUG=

Review URL: https://codereview.chromium.org/582173003

Cr-Commit-Position: refs/heads/master@{#296018}
parent 3e1df835
......@@ -54,6 +54,7 @@ void SurfaceFactory::RequestCopyOfSurface(
}
DCHECK(it->second->factory() == this);
it->second->RequestCopyOfOutput(copy_request.Pass());
manager_->SurfaceModified(surface_id);
}
void SurfaceFactory::ReceiveFromChild(
......
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