Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: cc/scheduler.h

Issue 11450019: Finish the rename from cc::GraphicsContext to cc::OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/scheduler.h
diff --git a/cc/scheduler.h b/cc/scheduler.h
index ffe03cf215d2628a959735791e06474c8c652a48..9beffc55da30aa15a2ed06289a130af507ec9bfd 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(); }

Powered by Google App Engine
This is Rietveld 408576698