commit | 47c7b2f334c50efd17ba218fb3244cbdc9b26011 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 18 21:14:31 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 18 21:14:31 2021 +0000 |
tree | 7e706f55b2286d517d0c282196d1a2d5e37dac93 | |
parent | f385f9d59acadd2ef17057d3bbdc31ecb44680e4 [diff] | |
parent | 184c1b546c0eb2b85e9cd20242ff24b2eefa7ccb [diff] |
Merge "Revert "Clarify the ComposerClient comment for CONFIG_GROUP"" am: 184c1b546c Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1830033 Change-Id: Ie647ea4237f10ad0460643c7dea97a54cab47ee7
diff --git a/graphics/composer/2.4/IComposerClient.hal b/graphics/composer/2.4/IComposerClient.hal index 1a59bbd..9e3cf0e 100644 --- a/graphics/composer/2.4/IComposerClient.hal +++ b/graphics/composer/2.4/IComposerClient.hal
@@ -34,9 +34,7 @@ /** * The configuration group ID (as int32_t) this config is associated to. * Switching between configurations within the same group may be done seamlessly - * in some conditions via setActiveConfigWithConstraints. Configurations which - * share the same config group are similar in all attributes except for the - * vsync period. + * in some conditions via setActiveConfigWithConstraints. */ CONFIG_GROUP = 7, };