| Index: remoting/host/capturer_gdi.h
|
| diff --git a/remoting/host/capturer_gdi.h b/remoting/host/capturer_gdi.h
|
| index 7ccda6cdb1db841423ed86898db59b820c3e4535..a13292344d13dc8cb2849a5ac41e886a8b5e0721 100644
|
| --- a/remoting/host/capturer_gdi.h
|
| +++ b/remoting/host/capturer_gdi.h
|
| @@ -26,8 +26,8 @@ class CapturerGdi : public Capturer {
|
| virtual void CaptureRect(const gfx::Rect& rect, Task* done_task);
|
| virtual void GetData(const uint8* planes[]) const;
|
| virtual void GetDataStride(int strides[]) const;
|
| - virtual void GetWidth() const;
|
| - virtual void GetHeight() const;
|
| + virtual int GetWidth() const;
|
| + virtual int GetHeight() const;
|
|
|
| private:
|
| // Initialize GDI structures.
|
|
|