!14217 解决mac sdk编译报错

Merge pull request !14217 from 沁心/master
This commit is contained in:
openharmony_ci 2024-08-22 12:51:43 +00:00 committed by Gitee
commit 54b4100033
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void RSSystemProperties::SetDefaultDeviceRotationOffset(uint32_t offset)
{
}
uint32_t RSSystemProperties::SetDefaultDeviceRotationOffset()
uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset()
{
return {};
}

View File

@ -176,6 +176,11 @@ void RSSystemProperties::SetDefaultDeviceRotationOffset(uint32_t offset)
{
}
uint32_t RSSystemProperties::GetDefaultDeviceRotationOffset()
{
return {};
}
bool RSSystemProperties::GetCacheEnabledForRotation()
{
return {};