| Index: cc/surfaces/display_scheduler.h
|
| diff --git a/cc/surfaces/display_scheduler.h b/cc/surfaces/display_scheduler.h
|
| index 83d1300039351fac242795d8842009331cc62fda..76d21b8b260474a61d14312dfcb6c8c8574dd74f 100644
|
| --- a/cc/surfaces/display_scheduler.h
|
| +++ b/cc/surfaces/display_scheduler.h
|
| @@ -84,6 +84,7 @@ class CC_SURFACES_EXPORT DisplayScheduler : public BeginFrameObserverBase {
|
| bool expecting_root_surface_damage_because_of_resize_;
|
| bool all_active_child_surfaces_ready_to_draw_;
|
|
|
| + int next_swap_id_;
|
| int pending_swaps_;
|
| int max_pending_swaps_;
|
|
|
|
|