| Index: services/ui/ws/test_change_tracker.h
|
| diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
|
| index 3421441e176176f57baa3e9ee5af7a6ac8b925df..9d69e6ca1e28b5ab23a89d8b71b1f14bb53fc56d 100644
|
| --- a/services/ui/ws/test_change_tracker.h
|
| +++ b/services/ui/ws/test_change_tracker.h
|
| @@ -8,6 +8,7 @@
|
| #include <stdint.h>
|
|
|
| #include <string>
|
| +#include <unordered_map>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| @@ -91,6 +92,8 @@ struct Change {
|
| cc::SurfaceId surface_id;
|
| gfx::Size frame_size;
|
| float device_scale_factor;
|
| + // Set in OnWindowInputEvent() if the event is a KeyEvent.
|
| + std::unordered_map<std::string, std::vector<uint8_t>> key_event_properties;
|
| };
|
|
|
| // Converts Changes to string descriptions.
|
|
|