| Index: remoting/host/chromeos/aura_desktop_capturer_unittest.cc
|
| diff --git a/remoting/host/chromeos/aura_desktop_capturer_unittest.cc b/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
|
| index 08139a9d4dd7ed22ada5e05d1da96eb4b0a92e61..fb41684d5008fd099e600ec332c30d2dd0290432 100644
|
| --- a/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
|
| +++ b/remoting/host/chromeos/aura_desktop_capturer_unittest.cc
|
| @@ -48,7 +48,7 @@ class AuraDesktopCapturerTest : public testing::Test,
|
| void SimulateFrameCapture() {
|
| scoped_ptr<SkBitmap> bitmap(new SkBitmap());
|
| const SkImageInfo& info =
|
| - SkImageInfo::Make(3, 4, kRGBA_8888_SkColorType, kPremul_SkAlphaType);
|
| + SkImageInfo::Make(3, 4, kBGRA_8888_SkColorType, kPremul_SkAlphaType);
|
| bitmap->installPixels(info, const_cast<unsigned char*>(frame_data), 12);
|
|
|
| scoped_ptr<cc::CopyOutputResult> output =
|
|
|