| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index a4856278ecfc15b6252e5d68dedda9e76fc12dd3..3e318836bc2a6b8a46e42e7e83fc7e3be36e00b9 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -149,6 +149,7 @@ class CC_EXPORT SchedulerStateMachine {
|
|
|
| // Indicates whether the LayerTreeHostImpl is visible.
|
| void SetVisible(bool visible);
|
| + bool visible() const { return visible_; }
|
|
|
| // Indicates that a redraw is required, either due to the impl tree changing
|
| // or the screen being damaged and simply needing redisplay.
|
|
|