| Index: cc/surfaces/surface_factory.h
|
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
|
| index 39a45fdff60cc831b16099c671225938e057a7f1..29b3e488ab4dc06086bb68fc86407c6b5d6dbc4c 100644
|
| --- a/cc/surfaces/surface_factory.h
|
| +++ b/cc/surfaces/surface_factory.h
|
| @@ -85,10 +85,6 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver {
|
|
|
| private:
|
| // PendingFrameObserver implementation.
|
| - void OnReferencedSurfacesChanged(
|
| - Surface* surface,
|
| - const std::vector<SurfaceId>* active_referenced_surfaces,
|
| - const std::vector<SurfaceId>* pending_referenced_surfaces) override;
|
| void OnSurfaceActivated(Surface* surface) override;
|
| void OnSurfaceDependenciesChanged(
|
| Surface* surface,
|
|
|