| Index: remoting/host/capturer_mac.cc
|
| diff --git a/remoting/host/capturer_mac.cc b/remoting/host/capturer_mac.cc
|
| index 52d58c3fdbf5869abba07b7f8de2c7361b9c36fe..bfb031a15acd83344627cea17ae9ad4b9cd8de8b 100644
|
| --- a/remoting/host/capturer_mac.cc
|
| +++ b/remoting/host/capturer_mac.cc
|
| @@ -93,7 +93,7 @@ void CapturerMac::CaptureRects(const RectVector& rects,
|
| buffers_[current_buffer_].get());
|
| glPopClientAttrib();
|
|
|
| - Capturer::DataPlanes planes;
|
| + DataPlanes planes;
|
| planes.data[0] = buffers_[current_buffer_].get();
|
| planes.strides[0] = bytes_per_row_;
|
|
|
|
|