| Index: cc/scheduler_state_machine.h
|
| diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h
|
| index 782c084635cd7622eb2b6ec6307c27d933ec7122..ca88f0b628572b72af43a1a53f9e84dffccc52f9 100644
|
| --- a/cc/scheduler_state_machine.h
|
| +++ b/cc/scheduler_state_machine.h
|
| @@ -144,6 +144,7 @@ protected:
|
| bool m_needsForcedRedrawAfterNextCommit;
|
| bool m_needsCommit;
|
| bool m_needsForcedCommit;
|
| + bool m_expectImmediateBeginFrame;
|
| bool m_mainThreadNeedsLayerTextures;
|
| bool m_insideVSync;
|
| bool m_visible;
|
|
|