summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPeiyong Lin <lpy@google.com>2019-02-28 20:06:32 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-28 20:06:32 -0800
commit3e7205d0061cbceb4547298845e6c5b51bd7cbf7 (patch)
tree390be6f7b24cbd6305411f2bfa07803e47ad396f /graphics
parent9ad042133c6b6122ed24a70854682485ce217bc9 (diff)
parentd581ab1940d59036b68a158e2ccee03fdce9bfc6 (diff)
downloadandroid_hardware_interfaces-3e7205d0061cbceb4547298845e6c5b51bd7cbf7.tar.gz
android_hardware_interfaces-3e7205d0061cbceb4547298845e6c5b51bd7cbf7.tar.bz2
android_hardware_interfaces-3e7205d0061cbceb4547298845e6c5b51bd7cbf7.zip
[composer] Remove implication. am: 849c980804 am: b48a6fa60a
am: d581ab1940 Change-Id: I5c38b7a6b15fbb52d11e27e334dd03c54784de35
Diffstat (limited to 'graphics')
-rw-r--r--graphics/composer/2.1/IComposerClient.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/composer/2.1/IComposerClient.hal b/graphics/composer/2.1/IComposerClient.hal
index 5ad46f011..e036ce974 100644
--- a/graphics/composer/2.1/IComposerClient.hal
+++ b/graphics/composer/2.1/IComposerClient.hal
@@ -992,10 +992,10 @@ interface IComposerClient {
*
* setLayerDataspace(Dataspace dataspace);
*
- * Sets the dataspace that the current buffer on this layer is in.
+ * Sets the dataspace of the layer.
*
- * The dataspace provides more information about how to interpret the
- * buffer contents, such as the encoding standard and color transform.
+ * The dataspace provides more information about how to interpret the buffer
+ * or solid color, such as the encoding standard and color transform.
*
* See the values of Dataspace for more information.
*