| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index c084151643b9b717db1f7192e176dbf1bb7b2e39..54c3ce61a0fae5e8c0dab07b5c30d5e2a9ad31c1 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_OUTPUT_COMPOSITOR_FRAME_METADATA_H_
|
| #define CC_OUTPUT_COMPOSITOR_FRAME_METADATA_H_
|
|
|
| +#include <vector>
|
| +
|
| #include "cc/base/cc_export.h"
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gfx/size_f.h"
|
| @@ -38,7 +40,7 @@ class CC_EXPORT CompositorFrameMetadata {
|
| gfx::Vector2dF location_bar_content_translation;
|
| float overdraw_bottom_height;
|
|
|
| - ui::LatencyInfo latency_info;
|
| + std::vector<ui::LatencyInfo> latency_info;
|
| };
|
|
|
| } // namespace cc
|
|
|