| Index: cc/surfaces/pending_frame_observer.h
|
| diff --git a/cc/surfaces/pending_frame_observer.h b/cc/surfaces/pending_frame_observer.h
|
| index 3efd678360a83b4d4b1e13e4219f89317c6df001..ec7acab2e2a83e490a956f8ecf0501c1d5919092 100644
|
| --- a/cc/surfaces/pending_frame_observer.h
|
| +++ b/cc/surfaces/pending_frame_observer.h
|
| @@ -19,12 +19,6 @@ class Surface;
|
| // changes should implement this class.
|
| class CC_SURFACES_EXPORT PendingFrameObserver {
|
| public:
|
| - // Called when one or both of the sets of referenced surfaces have changed.
|
| - virtual void OnReferencedSurfacesChanged(
|
| - Surface* surface,
|
| - const std::vector<SurfaceId>* active_referenced_surfaces,
|
| - const std::vector<SurfaceId>* pending_referenced_surfaces) = 0;
|
| -
|
| // Called when a CompositorFrame within |surface| has activated.
|
| virtual void OnSurfaceActivated(Surface* surface) = 0;
|
|
|
|
|