diff options
| -rw-r--r-- | libs/ui/Gralloc4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/Gralloc4.cpp b/libs/ui/Gralloc4.cpp index 30c48c8dc6..6fd4b80f17 100644 --- a/libs/ui/Gralloc4.cpp +++ b/libs/ui/Gralloc4.cpp @@ -364,7 +364,7 @@ status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, cons } *outYcbcr = ycbcr; - return static_cast<status_t>(Error::UNSUPPORTED); + return static_cast<status_t>(Error::NONE); } int Gralloc4Mapper::unlock(buffer_handle_t bufferHandle) const { |