Index: remoting/host/capturer_linux.cc |
diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc |
index fcf7a01ceb1d862c9aef4fb744854f112ee3bf7b..99013d0e01044bd493c54abd57597ec79f08503f 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(), |
- PixelFormatRgb32)); |
+ PIXEL_FORMAT_RGB32)); |
for (InvalidRects::const_iterator it = rects.begin(); |
it != rects.end(); |