update rosen/modules/render_service_base/src/ipc_callbacks/hgm_config_change_callback_stub.cpp.

Signed-off-by: Vacord <duanmingxu@huawei.com>
This commit is contained in:
Vacord 2024-04-09 02:59:39 +00:00 committed by Gitee
parent ea397ab923
commit 7b2f3f378e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -45,8 +45,7 @@ int RSHgmConfigChangeCallbackStub::OnRemoteRequest(
OnHgmRefreshRateModeChanged(refreshRateMode);
break;
}
case static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::
ON_HGM_REFRESH_RATE_CHANGED): {
case static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_REFRESH_RATE_CHANGED): {
int32_t refreshRate = data.ReadInt32();
OnHgmRefreshRateUpdate(refreshRate);
break;