Chromium Code Reviews| Index: remoting/host/capturer_linux.cc |
| =================================================================== |
| --- remoting/host/capturer_linux.cc (revision 64676) |
| +++ remoting/host/capturer_linux.cc (working copy) |
| @@ -235,7 +235,7 @@ |
| scoped_refptr<CaptureData> capture_data( |
| new CaptureData(planes, capturer_->width(), capturer_->height(), |
| - PIXEL_FORMAT_RGB32)); |
| + PixelFormatRgb32)); |
| for (InvalidRects::const_iterator it = rects.begin(); |
| it != rects.end(); |