| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index 54c3ce61a0fae5e8c0dab07b5c30d5e2a9ad31c1..628a91fa5a575391f3a72bdf369e4e78eb018cec 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "cc/base/cc_export.h"
|
| +#include "cc/output/selection_handle.h"
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gfx/size_f.h"
|
| #include "ui/gfx/vector2d_f.h"
|
| @@ -40,6 +41,9 @@ class CC_EXPORT CompositorFrameMetadata {
|
| gfx::Vector2dF location_bar_content_translation;
|
| float overdraw_bottom_height;
|
|
|
| + SelectionHandle start_selection_handle;
|
| + SelectionHandle end_selection_handle;
|
| +
|
| std::vector<ui::LatencyInfo> latency_info;
|
| };
|
|
|
|
|