| Index: remoting/host/capturer_gdi.cc
|
| diff --git a/remoting/host/capturer_gdi.cc b/remoting/host/capturer_gdi.cc
|
| index 3b5a84416d707be1dbb05b06aa630dc8a63f7402..af32f9b479b3dea3e63ac297bc343c496aae1fb8 100644
|
| --- a/remoting/host/capturer_gdi.cc
|
| +++ b/remoting/host/capturer_gdi.cc
|
| @@ -84,7 +84,7 @@ void CapturerGdi::InitializeBuffers() {
|
| int rounded_width = (width_ + 3) & (~3);
|
|
|
| // Dimensions of screen.
|
| - pixel_format_ = chromotocol_pb::PixelFormatRgb24;
|
| + pixel_format_ = PixelFormatRgb24;
|
| bytes_per_pixel_ = kBytesPerPixel;
|
| bytes_per_row_ = rounded_width * bytes_per_pixel_;
|
|
|
|
|