| Index: content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc
|
| index 28282729215cd3aa16e2fddbeda9bd31735a5a05..be2dff5e05657436fdf95acd7e0202471f439961 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc
|
| @@ -186,7 +186,7 @@ void* GpuMemoryBufferImplSurfaceTexture::Map() {
|
| ANativeWindow_Buffer buffer;
|
| int status = ANativeWindow_lock(native_window_, &buffer, NULL);
|
| if (status) {
|
| - VLOG(1) << "ANativeWindow_lock failed with error code: " << status;
|
| + DVLOG(1) << "ANativeWindow_lock failed with error code: " << status;
|
| return NULL;
|
| }
|
|
|
|
|