Chromium Code Reviews| Index: services/ui/ws/test_utils.h |
| diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h |
| index bf8d5deed7dff860efde9bc2a33884f87894bcf5..5a889f87721958725b098aff32fd591a54881b60 100644 |
| --- a/services/ui/ws/test_utils.h |
| +++ b/services/ui/ws/test_utils.h |
| @@ -245,6 +245,7 @@ class TestPlatformDisplayFactory : public PlatformDisplayFactory { |
| private: |
| int32_t* cursor_id_storage_; |
| + int64_t next_display_id_ = 1; |
| DISALLOW_COPY_AND_ASSIGN(TestPlatformDisplayFactory); |
| }; |