| Index: cc/scheduler.h
|
| ===================================================================
|
| --- cc/scheduler.h (revision 171405)
|
| +++ cc/scheduler.h (working copy)
|
| @@ -79,8 +79,8 @@
|
| void setSwapBuffersCompleteSupported(bool);
|
| void didSwapBuffersComplete();
|
|
|
| - void didLoseOutputSurface();
|
| - void didRecreateOutputSurface();
|
| + void didLoseContext();
|
| + void didRecreateContext();
|
|
|
| bool commitPending() const { return m_stateMachine.commitPending(); }
|
| bool redrawPending() const { return m_stateMachine.redrawPending(); }
|
|
|