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