Index: cc/scheduler_state_machine.h |
diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h |
index 8120e294d4bbf01ede9b6c3cc53a85bffdab0c2d..c50b806ff0ec60f222534967e7ab4b4205463daa 100644 |
--- a/cc/scheduler_state_machine.h |
+++ b/cc/scheduler_state_machine.h |
@@ -24,7 +24,7 @@ namespace cc { |
// make testing cleaner. |
class CC_EXPORT SchedulerStateMachine { |
public: |
- SchedulerStateMachine(); |
+ SchedulerStateMachine(bool implSidePaintingEnabled); |
enum CommitState { |
COMMIT_STATE_IDLE, |
@@ -148,6 +148,8 @@ protected: |
bool hasDrawnThisFrame() const; |
bool hasAttemptedTreeActivationThisFrame() const; |
+ bool m_implSidePaintingEnabled; |
+ |
CommitState m_commitState; |
int m_currentFrameNumber; |