Index: content/browser/media/capture/web_contents_video_capture_device.cc |
diff --git a/content/browser/media/capture/web_contents_video_capture_device.cc b/content/browser/media/capture/web_contents_video_capture_device.cc |
index 98248494f83843e80b4b31e8b238066e4e13a1f2..47993b2a2e5a6ea701e0623b4e0882ff09928858 100644 |
--- a/content/browser/media/capture/web_contents_video_capture_device.cc |
+++ b/content/browser/media/capture/web_contents_video_capture_device.cc |
@@ -474,7 +474,7 @@ void RenderVideoFrame(const SkBitmap& input, |
DVLOG(1) << "input unacceptable (size=" |
<< input.getSize() |
<< ", ready=" << input.readyToDraw() |
- << ", config=" << input.config() << ')'; |
+ << ", colorType=" << input.colorType() << ')'; |
return; |
} |