Chromium Code Reviews| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc |
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
| index 2f71b827f668b76a43d667ae0c49812cdc65bb48..053e53212abba239ba870197b6e11a9037d64541 100644 |
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc |
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
| @@ -274,8 +274,8 @@ void GpuVideoDecodeAccelerator::Initialize( |
| io_message_loop_)); |
| #elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) && defined(USE_X11) |
| if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) { |
| - VLOG(1) << "HW video decode acceleration not available without " |
| - "DesktopGL (GLX)."; |
| + DVLOG(1) << "HW video decode acceleration not available without " |
|
Pawel Osciak
2014/11/13 10:27:51
I would strongly prefer this to remain as VLOG().
anujsharma
2014/11/13 10:40:26
Done.
|
| + "DesktopGL (GLX)."; |
| SendCreateDecoderReply(init_done_msg, false); |
| return; |
| } |