Index: remoting/host/capturer_fake_ascii.cc |
diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc |
index 4b259a991acdc56d09198219e379164a70142dbe..2220cbaf79056b6c31e617e573d685823adb8585 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_ = PIXEL_FORMAT_ASCII; |
+ pixel_format_ = media::VideoFrame::ASCII; |
bytes_per_row_ = width_ * kBytesPerPixel; |
// Create memory for the buffers. |