Chromium Code Reviews| Index: remoting/host/capturer_fake_ascii.cc |
| =================================================================== |
| --- remoting/host/capturer_fake_ascii.cc (revision 64676) |
| +++ remoting/host/capturer_fake_ascii.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| void CapturerFakeAscii::ScreenConfigurationChanged() { |
| width_ = kWidth; |
| height_ = kHeight; |
| - pixel_format_ = PIXEL_FORMAT_ASCII; |
| + pixel_format_ = PixelFormatAscii; |
| bytes_per_row_ = width_ * kBytesPerPixel; |
| // Create memory for the buffers. |