| Index: remoting/host/capturer.h
|
| diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
|
| index 64e25f209422e142d5a7d232c31af5b61a037216..6007b35032f399a40869507cdf51d94c611c5686 100644
|
| --- a/remoting/host/capturer.h
|
| +++ b/remoting/host/capturer.h
|
| @@ -77,7 +77,7 @@ class Capturer {
|
| virtual int GetHeight() const;
|
|
|
| // Get the pixel format of the image captured.
|
| - virtual chromotocol_pb::PixelFormat GetPixelFormat() const;
|
| + virtual PixelFormat GetPixelFormat() const;
|
|
|
| // Invalidate the specified screen rect.
|
| virtual void InvalidateRect(gfx::Rect dirty);
|
| @@ -100,7 +100,7 @@ class Capturer {
|
| int height_;
|
|
|
| // Format of pixels returned in buffer.
|
| - chromotocol_pb::PixelFormat pixel_format_;
|
| + PixelFormat pixel_format_;
|
|
|
| // Information about screen.
|
| int bytes_per_pixel_;
|
|
|