| Index: cc/surfaces/surface_factory.h
|
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h
|
| index 911c044f33c2b76b9c14a966af922568fe6164d1..39a45fdff60cc831b16099c671225938e057a7f1 100644
|
| --- a/cc/surfaces/surface_factory.h
|
| +++ b/cc/surfaces/surface_factory.h
|
| @@ -50,10 +50,6 @@ class CC_SURFACES_EXPORT SurfaceFactory : public PendingFrameObserver {
|
| // the old surface will be dealt with).
|
| void EvictSurface();
|
|
|
| - // Destroys and disowns the current surface, and resets all resource
|
| - // references. This is useful when resources are invalid (e.g. lost context).
|
| - void Reset();
|
| -
|
| // Submits the frame to the current surface being managed by the factory if
|
| // the local frame ids match, or creates a new surface with the given local
|
| // frame id, destroys the old one, and submits the frame to this new surface.
|
|
|