| Index: cc/output/compositor_frame_metadata.h
|
| diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
|
| index f21a2e3dfd1f613160b053bb1f56163659ae320a..ae9dd17c4154c2a3af5615039958316561ae0f8f 100644
|
| --- a/cc/output/compositor_frame_metadata.h
|
| +++ b/cc/output/compositor_frame_metadata.h
|
| @@ -43,8 +43,8 @@ class CC_EXPORT CompositorFrameMetadata {
|
|
|
| // Provides selection region updates relative to the current viewport. If the
|
| // selection is empty or otherwise unused, the bound types will indicate such.
|
| - ViewportSelectionBound selection_anchor;
|
| - ViewportSelectionBound selection_focus;
|
| + ViewportSelectionBound selection_start;
|
| + ViewportSelectionBound selection_end;
|
|
|
| std::vector<ui::LatencyInfo> latency_info;
|
| };
|
|
|