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

Unified Diff: cc/scheduler/scheduler.h

Issue 19106007: cc: Allow the main thread to cancel commits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months 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/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 710aec43c28153ab65c400a31bf15b0c54c5060c..c89663b3340194dd9fbbb548c1e4de26c8499363 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -84,7 +84,7 @@ class CC_EXPORT Scheduler {
void DidSwapUseIncompleteTile();
void FinishCommit();
- void BeginFrameAbortedByMainThread();
+ void BeginFrameAbortedByMainThread(bool cancel_commit);
void DidLoseOutputSurface();
void DidCreateAndInitializeOutputSurface();

Powered by Google App Engine
This is Rietveld 408576698