| Index: cc/layer_impl.h
|
| ===================================================================
|
| --- cc/layer_impl.h (revision 171405)
|
| +++ cc/layer_impl.h (working copy)
|
| @@ -262,10 +262,10 @@
|
|
|
| virtual void didUpdateTransforms() { }
|
|
|
| - // Indicates that the surface previously used to render this layer
|
| + // Indicates that the context previously used to render this layer
|
| // was lost and that a new one has been created. Won't be called
|
| - // until the new surface has been created successfully.
|
| - virtual void didLoseOutputSurface();
|
| + // until the new context has been created successfully.
|
| + virtual void didLoseContext();
|
|
|
| ScrollbarAnimationController* scrollbarAnimationController() const { return m_scrollbarAnimationController.get(); }
|
|
|
|
|