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

Unified Diff: Source/WebCore/platform/graphics/chromium/cc/CCSchedulerStateMachine.h

Issue 10690121: Merge 121076 - [chromium] LayerRendererChromium is not getting visibility messages in single thread… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 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: Source/WebCore/platform/graphics/chromium/cc/CCSchedulerStateMachine.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/cc/CCSchedulerStateMachine.h (revision 122257)
+++ Source/WebCore/platform/graphics/chromium/cc/CCSchedulerStateMachine.h (working copy)
@@ -120,6 +120,10 @@
// updating of compositor resources can begin.
void beginFrameComplete();
+ // Call this only in response to receiving an ACTION_BEGIN_FRAME
+ // from nextState if the client rejects the beginFrame message.
+ void beginFrameAborted();
+
// Call this only in response to receiving an ACTION_UPDATE_MORE_RESOURCES
// from nextState. Indicates that the specific update request completed.
void beginUpdateMoreResourcesComplete(bool morePending);

Powered by Google App Engine
This is Rietveld 408576698