| Index: cc/scheduler_state_machine.h
|
| diff --git a/cc/scheduler_state_machine.h b/cc/scheduler_state_machine.h
|
| index a3947761ffa940e246bc4c3a9829472e41041290..3338c6dedd9957d65031d5ad9a41e0200bf10da8 100644
|
| --- a/cc/scheduler_state_machine.h
|
| +++ b/cc/scheduler_state_machine.h
|
| @@ -126,6 +126,8 @@ public:
|
|
|
| std::string toString();
|
|
|
| + void setSettingsJankInsteadOfCheckerboard(bool jank) { m_settingsJankInsteadOfCheckerboard = jank; }
|
| +
|
| protected:
|
| bool shouldDrawForced() const;
|
| bool drawSuspendedUntilCommit() const;
|
| @@ -154,6 +156,8 @@ protected:
|
| TextureState m_textureState;
|
| ContextState m_contextState;
|
|
|
| + bool m_settingsJankInsteadOfCheckerboard;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SchedulerStateMachine);
|
| };
|
|
|
|
|