| Index: cc/surfaces/surface_observer.h
|
| diff --git a/cc/surfaces/surface_observer.h b/cc/surfaces/surface_observer.h
|
| index c57f07e5f2583e6c8103672db1aac9db4cd125ff..fcb40ba867aeb4e9d61673f1da3658cfac7f8b24 100644
|
| --- a/cc/surfaces/surface_observer.h
|
| +++ b/cc/surfaces/surface_observer.h
|
| @@ -18,9 +18,6 @@ class SurfaceObserver {
|
| // first time.
|
| virtual void OnSurfaceCreated(const SurfaceInfo& surface_info) = 0;
|
|
|
| - // Runs when a Surface was marked to be destroyed.
|
| - virtual void OnSurfaceDestroyed(const SurfaceId& surface_id) = 0;
|
| -
|
| // Runs when a Surface is modified, e.g. when a CompositorFrame is
|
| // activated, its producer confirms that no CompositorFrame will be submitted
|
| // in response to a BeginFrame, or a CopyOutputRequest is issued.
|
|
|