| Index: ui/gfx/display_layout_builder.h
|
| diff --git a/ui/gfx/display_layout_builder.h b/ui/gfx/display_layout_builder.h
|
| index a9cd8ba1a895cdfe4a051662b1b67a74108ec4b0..ad2c1733f31b062d1cb28646b638d275ecec34a6 100644
|
| --- a/ui/gfx/display_layout_builder.h
|
| +++ b/ui/gfx/display_layout_builder.h
|
| @@ -37,6 +37,10 @@ class GFX_EXPORT DisplayLayoutBuilder final {
|
| DisplayPlacement::Position position,
|
| int offset);
|
|
|
| + // Adds a display placement.
|
| + DisplayLayoutBuilder& AddDisplayPlacement(
|
| + const DisplayPlacement& placement);
|
| +
|
| // Sets the display placement for the secondary display.
|
| DisplayLayoutBuilder& SetSecondaryPlacement(
|
| int64_t secondary_id,
|
|
|