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