| Index: remoting/host/capturer_fake_ascii.cc
|
| diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
|
| index d0d7479d7daaba2577b762f078040ec16344ad5d..ccdbfcf221cb36844a5f0704614b2032020e106c 100644
|
| --- a/remoting/host/capturer_fake_ascii.cc
|
| +++ b/remoting/host/capturer_fake_ascii.cc
|
| @@ -21,7 +21,7 @@ CapturerFakeAscii::~CapturerFakeAscii() {
|
| void CapturerFakeAscii::CaptureRects(const RectVector& rects,
|
| CaptureCompletedCallback* callback) {
|
| GenerateImage();
|
| - Capturer::DataPlanes planes;
|
| + DataPlanes planes;
|
| planes.data[0] = buffers_[current_buffer_].get();
|
| planes.strides[0] = bytes_per_row_;
|
| scoped_refptr<CaptureData> capture_data(new CaptureData(planes,
|
|
|