Index: cc/scheduler_state_machine.h |
=================================================================== |
--- cc/scheduler_state_machine.h (revision 168100) |
+++ cc/scheduler_state_machine.h (working copy) |
@@ -93,8 +93,6 @@ |
// As setNeedsCommit(), but ensures the beginFrame will definitely happen even if |
// we are not visible. |
- // After this call we expect to go through the forced commit flow and then return |
- // to waiting for a non-forced beginFrame to finish. |
void setNeedsForcedCommit(); |
// Call this only in response to receiving an ACTION_BEGIN_FRAME |
@@ -146,7 +144,6 @@ |
bool m_needsForcedRedrawAfterNextCommit; |
bool m_needsCommit; |
bool m_needsForcedCommit; |
- bool m_expectImmediateBeginFrame; |
bool m_mainThreadNeedsLayerTextures; |
bool m_insideVSync; |
bool m_visible; |