Index: remoting/host/capturer_fake.cc |
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc |
index 072f19a8cb1d35bd36319681225636bb1c4498d0..80f147abb15c6096f2b79a117f43d9f3b1cbe22c 100644 |
--- a/remoting/host/capturer_fake.cc |
+++ b/remoting/host/capturer_fake.cc |
@@ -38,7 +38,7 @@ CapturerFake::~CapturerFake() { |
void CapturerFake::ScreenConfigurationChanged() { |
width_ = kWidth; |
height_ = kHeight; |
- pixel_format_ = PIXEL_FORMAT_RGB32; |
+ pixel_format_ = media::VideoFrame::RGB32; |
bytes_per_row_ = width_ * kBytesPerPixel; |
// Create memory for the buffers. |