summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r--hwc3/impl/HalImpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h
index f48b930..f772ca4 100644
--- a/hwc3/impl/HalImpl.h
+++ b/hwc3/impl/HalImpl.h
@@ -146,7 +146,8 @@ class HalImpl : public IComposerHal {
uint32_t* outDisplayRequestMask,
std::vector<int64_t>* outRequestedLayers,
std::vector<int32_t>* outRequestMasks,
- ClientTargetProperty* outClientTargetProperty) override;
+ ClientTargetProperty* outClientTargetProperty,
+ DimmingStage* outDimmingStage) override;
int32_t setExpectedPresentTime(
int64_t display,
const std::optional<ClockMonotonicTimestamp> expectedPresentTime) override;