diff options
Diffstat (limited to 'opengl/system/gralloc/gralloc.cpp')
| -rw-r--r-- | opengl/system/gralloc/gralloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/system/gralloc/gralloc.cpp b/opengl/system/gralloc/gralloc.cpp index 6250a2f..c13a98d 100644 --- a/opengl/system/gralloc/gralloc.cpp +++ b/opengl/system/gralloc/gralloc.cpp @@ -535,7 +535,7 @@ static int gralloc_register_buffer(gralloc_module_t const* module, if (cb->hostHandle != 0) { DEFINE_AND_VALIDATE_HOST_CONNECTION; D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); - rcEnc->rcOpenColorBuffer(rcEnc, cb->hostHandle); + rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); } // |
