summaryrefslogtreecommitdiff
path: root/sdm/libs/core/fb/hw_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/core/fb/hw_device.h')
-rw-r--r--sdm/libs/core/fb/hw_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm/libs/core/fb/hw_device.h b/sdm/libs/core/fb/hw_device.h
index 72c7a132..aa73177d 100644
--- a/sdm/libs/core/fb/hw_device.h
+++ b/sdm/libs/core/fb/hw_device.h
@@ -129,7 +129,7 @@ class HWDevice : public HWInterface {
int ParseLine(const char *input, const char *delim, char *tokens[],
const uint32_t max_token, uint32_t *count);
void ResetDisplayParams();
- void SetCSC(const LayerCSC source, mdp_color_space *color_space);
+ void SetCSC(const ColorMetaData &color_metadata, mdp_color_space *color_space);
void SetIGC(const LayerBuffer *layer_buffer, uint32_t index);
bool EnableHotPlugDetection(int enable);