| Index: cc/surfaces/surface.cc
|
| diff --git a/cc/surfaces/surface.cc b/cc/surfaces/surface.cc
|
| index 282974d22c31ab7fca705000b8d7a35ecd2a3279..344627c2bc2b1127f2d80bf0fdd1b7908c400379 100644
|
| --- a/cc/surfaces/surface.cc
|
| +++ b/cc/surfaces/surface.cc
|
| @@ -75,11 +75,6 @@ void Surface::QueueFrame(CompositorFrame frame, const DrawCallback& callback) {
|
| referenced_surfaces_ = current_frame_->metadata.referenced_surfaces;
|
| }
|
|
|
| -void Surface::EvictFrame() {
|
| - QueueFrame(CompositorFrame(), DrawCallback());
|
| - current_frame_.reset();
|
| -}
|
| -
|
| void Surface::RequestCopyOfOutput(
|
| std::unique_ptr<CopyOutputRequest> copy_request) {
|
| if (current_frame_ && !current_frame_->render_pass_list.empty()) {
|
|
|