summaryrefslogtreecommitdiffstats
path: root/cc/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/scheduler.h')
-rw-r--r--cc/scheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/scheduler.h b/cc/scheduler.h
index 9beffc5..ffe03cf 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -79,8 +79,8 @@ public:
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(); }