Index: cc/surfaces/surface_factory.h |
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
index 0a206e6fcc4db7f370151cb35862550c8bfd5838..55782e45c20d85d3f6882b7b6450d48f5d92d2d3 100644 |
--- a/cc/surfaces/surface_factory.h |
+++ b/cc/surfaces/surface_factory.h |
@@ -65,10 +65,6 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver { |
const WillDrawCallback& will_draw_callback); |
void RequestCopyOfSurface(std::unique_ptr<CopyOutputRequest> copy_request); |
- // Evicts the current frame on the surface. All the resources |
- // will be released and Surface::HasFrame will return false. |
- void ClearSurface(); |
- |
SurfaceFactoryClient* client() { return client_; } |
void ReceiveFromChild(const TransferableResourceArray& resources); |