| Index: remoting/host/capturer_linux.cc
 | 
| diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc
 | 
| index 99013d0e01044bd493c54abd57597ec79f08503f..5b982e1789b5a96a7e1e68d29dbf994a4cc88b1c 100644
 | 
| --- a/remoting/host/capturer_linux.cc
 | 
| +++ b/remoting/host/capturer_linux.cc
 | 
| @@ -235,7 +235,7 @@ void CapturerLinuxPimpl::CaptureRects(
 | 
|  
 | 
|    scoped_refptr<CaptureData> capture_data(
 | 
|        new CaptureData(planes, capturer_->width(), capturer_->height(),
 | 
| -                      PIXEL_FORMAT_RGB32));
 | 
| +                      media::VideoFrame::RGB32));
 | 
|  
 | 
|    for (InvalidRects::const_iterator it = rects.begin();
 | 
|         it != rects.end();
 | 
| 
 |