commit | 1ab20c51fa8a5a104338df6b6361d7d0ab0636fa | [log] [tgz] |
---|---|---|
author | Dominik Laskowski <domlaskowski@google.com> | Mon Nov 27 11:45:57 2023 -0500 |
committer | Dominik Laskowski <domlaskowski@google.com> | Thu Nov 30 12:22:21 2023 -0500 |
tree | 633f032fe0f38927d1311a9c2cd70a2edc139f54 | |
parent | 86382017378fca31f16d81a0df26205148a1188f [diff] |
SF: Remove DisplayDevice::ActiveModeInfo This type is redundant with DisplayModeRequest, so store the desired and pending modes as DisplayModeRequestOpt. This is a step toward flowing the request through one of desired/pending/active states. Use the std::nullopt state of the desired mode instead of relying on the implicitly associated TracedOrdinal<bool>. Bug: 241285876 Test: presubmit Change-Id: Ie12a5ad420745761c73b1ce2c536862f79a50665