commit | 4b7c4bc2e493164d6c131f50e8a2a88521ecc0ad | [log] [tgz] |
---|---|---|
author | David Sodman <dsodman@google.com> | Fri Nov 17 12:13:59 2017 -0800 |
committer | David Sodman <dsodman@google.com> | Wed Mar 21 14:28:01 2018 -0700 |
tree | 322085e147570812f2c9a790f6ab792d332fbfd2 | |
parent | dc5e0627b6217fee77af48e558dc2490941c4417 [diff] [blame] |
SF: Use CompositionInfo to program HWComposer Test: Build and run manually Merged-Id: I3a4fd676781d0b7db1665430e0d84a6bc9b83f60 Change-Id: I3a4fd676781d0b7db1665430e0d84a6bc9b83f60
diff --git a/services/surfaceflinger/LayerBE.h b/services/surfaceflinger/LayerBE.h index 854cdd6..06c88a4 100644 --- a/services/surfaceflinger/LayerBE.h +++ b/services/surfaceflinger/LayerBE.h
@@ -19,6 +19,7 @@ #include <stdint.h> #include <sys/types.h> +#include <gui/HdrMetadata.h> #include <ui/Region.h> #include "SurfaceFlinger.h" @@ -80,6 +81,7 @@ sp<NativeHandle> sidebandStream; android_dataspace dataspace; hwc_color_t color; + HdrMetadata hdrMetadata; } hwc; struct { Mesh* mesh;