diff options
author | Peiyong Lin <lpy@google.com> | 2018-12-05 06:59:39 -0800 |
---|---|---|
committer | Peiyong Lin <lpy@google.com> | 2018-12-05 06:59:39 -0800 |
commit | 02dd3d3ae002e4f83ca31f6c95dbbe10fe837faf (patch) | |
tree | af22f9b1aac7a2b455901e52975d29d7f6a39c79 /graphics | |
parent | e665264cfd369cb6aad71999a8083506424022f4 (diff) | |
download | platform_hardware_interfaces-02dd3d3ae002e4f83ca31f6c95dbbe10fe837faf.tar.gz platform_hardware_interfaces-02dd3d3ae002e4f83ca31f6c95dbbe10fe837faf.tar.bz2 platform_hardware_interfaces-02dd3d3ae002e4f83ca31f6c95dbbe10fe837faf.zip |
[Graphics] Fix some wordings.
BUG: 111562338
Test: N/A
Change-Id: If7e7141dc033dcce493eca408b302d7c57036144
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/composer/2.3/IComposerClient.hal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/composer/2.3/IComposerClient.hal b/graphics/composer/2.3/IComposerClient.hal index 87002ec79c..e5ee3c5b97 100644 --- a/graphics/composer/2.3/IComposerClient.hal +++ b/graphics/composer/2.3/IComposerClient.hal @@ -37,7 +37,7 @@ interface IComposerClient extends @2.2::IComposerClient { INVALID = 0, /** - * Specifies that the display must a color transform even when + * Indicates that the display must apply a color transform even when * either the client or the device has chosen that all layers should * be composed by the client. This prevents the client from applying * the color transform during its composition step. @@ -51,7 +51,7 @@ interface IComposerClient extends @2.2::IComposerClient { SKIP_CLIENT_COLOR_TRANSFORM = 1, /** - * Specifies that the display supports PowerMode::DOZE and + * Indicates that the display supports PowerMode::DOZE and * PowerMode::DOZE_SUSPEND. DOZE_SUSPEND may not provide any benefit * over DOZE (see the definition of PowerMode for more information), * but if both DOZE and DOZE_SUSPEND are no different from |