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 ffe03cf..9beffc5 100644
--- a/cc/scheduler.h
+++ b/cc/scheduler.h
@@ -79,8 +79,8 @@ public:
void setSwapBuffersCompleteSupported(bool);
void didSwapBuffersComplete();
- void didLoseContext();
- void didRecreateContext();
+ void didLoseOutputSurface();
+ void didRecreateOutputSurface();
bool commitPending() const { return m_stateMachine.commitPending(); }
bool redrawPending() const { return m_stateMachine.redrawPending(); }