summaryrefslogtreecommitdiff
path: root/libhwc2.1/libresource/ExynosMPPModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhwc2.1/libresource/ExynosMPPModule.h')
-rw-r--r--libhwc2.1/libresource/ExynosMPPModule.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhwc2.1/libresource/ExynosMPPModule.h b/libhwc2.1/libresource/ExynosMPPModule.h
index 94506f9..662c2c4 100644
--- a/libhwc2.1/libresource/ExynosMPPModule.h
+++ b/libhwc2.1/libresource/ExynosMPPModule.h
@@ -31,7 +31,8 @@ class ExynosMPPModule : public gs101::ExynosMPPModule {
virtual int64_t isSupported(ExynosDisplay &display, struct exynos_image &src,
struct exynos_image &dst);
virtual bool checkSpecificRestriction(const uint32_t __unused refreshRate,
- const struct exynos_image &src);
+ const struct exynos_image &src,
+ const struct exynos_image &dst);
};
} // namespace gs201