| Index: cc/surfaces/surface.h
|
| diff --git a/cc/surfaces/surface.h b/cc/surfaces/surface.h
|
| index 7614440fd9c08074f6c33d09a606e376c50ec030..abb30b8793ba7c05f25819c44dceb32fdaa6b511 100644
|
| --- a/cc/surfaces/surface.h
|
| +++ b/cc/surfaces/surface.h
|
| @@ -53,7 +53,6 @@ class CC_SURFACES_EXPORT Surface {
|
| void SetPreviousFrameSurface(Surface* surface);
|
|
|
| void QueueFrame(CompositorFrame frame, const DrawCallback& draw_callback);
|
| - void EvictFrame();
|
| void RequestCopyOfOutput(std::unique_ptr<CopyOutputRequest> copy_request);
|
|
|
| // Notifies the Surface that a blocking SurfaceId now has an active frame.
|
|
|