Index: content/common/gpu/media/gles2_texture_to_egl_image_translator.cc |
=================================================================== |
--- content/common/gpu/media/gles2_texture_to_egl_image_translator.cc (revision 107816) |
+++ content/common/gpu/media/gles2_texture_to_egl_image_translator.cc (working copy) |
@@ -60,7 +60,7 @@ |
// Clients of this class will call this method for each EGLImage handle. |
// Actual destroying of the handles is done here. |
if (!egl_destroy_image_khr) { |
- LOG(ERROR) << "egl_destroy_image_khr failed"; |
+ DLOG(ERROR) << "egl_destroy_image_khr failed"; |
return; |
} |
egl_destroy_image_khr(egl_display, egl_image); |