diff options
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r-- | hwc3/impl/HalImpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h index 6af1b17..9cb8f1d 100644 --- a/hwc3/impl/HalImpl.h +++ b/hwc3/impl/HalImpl.h @@ -158,8 +158,7 @@ class HalImpl : public IComposerHal { const std::optional<ClockMonotonicTimestamp> expectedPresentTime) override; EventCallback* getEventCallback() { return mEventCallback; } - int32_t setRefreshRateChangedCallbackDebugEnabled(int64_t /* display */, - bool /* enabled */) override; + int32_t setRefreshRateChangedCallbackDebugEnabled(int64_t display, bool enabled) override; private: void initCaps(); |