Chromium Code Reviews| Index: remoting/host/capturer_gdi.cc |
| =================================================================== |
| --- remoting/host/capturer_gdi.cc (revision 64676) |
| +++ remoting/host/capturer_gdi.cc (working copy) |
| @@ -57,7 +57,7 @@ |
| int rounded_width = (width_ + 3) & (~3); |
| // Dimensions of screen. |
| - pixel_format_ = PIXEL_FORMAT_RGB32; |
| + pixel_format_ = PixelFormatRgb32; |
| bytes_per_row_ = rounded_width * kBytesPerPixel; |
| // Create a differ for this screen size. |