Index: remoting/host/chromeos/aura_desktop_capturer.cc |
diff --git a/remoting/host/chromeos/aura_desktop_capturer.cc b/remoting/host/chromeos/aura_desktop_capturer.cc |
index caf6837430d03df22dfc29824a13bc3bbc89ea1d..09f104bbd7fa9fb8a6d739035d3b957b4e4b3b5b 100644 |
--- a/remoting/host/chromeos/aura_desktop_capturer.cc |
+++ b/remoting/host/chromeos/aura_desktop_capturer.cc |
@@ -40,7 +40,7 @@ SkiaBitmapDesktopFrame* SkiaBitmapDesktopFrame::Create( |
scoped_ptr<SkBitmap> bitmap) { |
webrtc::DesktopSize size(bitmap->width(), bitmap->height()); |
- DCHECK_EQ(kRGBA_8888_SkColorType, bitmap->info().colorType()) |
+ DCHECK_EQ(kBGRA_8888_SkColorType, bitmap->info().colorType()) |
<< "DesktopFrame objects always hold RGBA data."; |
uint8_t* bitmap_data = reinterpret_cast<uint8_t*>(bitmap->getPixels()); |