| Index: remoting/host/capturer_fake_ascii.cc
|
| diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
|
| index 1bb9d441a65d935dfc0963d0bacc04e5e4f5fdab..4b259a991acdc56d09198219e379164a70142dbe 100644
|
| --- a/remoting/host/capturer_fake_ascii.cc
|
| +++ b/remoting/host/capturer_fake_ascii.cc
|
| @@ -21,7 +21,7 @@ CapturerFakeAscii::~CapturerFakeAscii() {
|
| void CapturerFakeAscii::ScreenConfigurationChanged() {
|
| width_ = kWidth;
|
| height_ = kHeight;
|
| - pixel_format_ = PixelFormatAscii;
|
| + pixel_format_ = PIXEL_FORMAT_ASCII;
|
| bytes_per_row_ = width_ * kBytesPerPixel;
|
|
|
| // Create memory for the buffers.
|
|
|