Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1281)

Unified Diff: remoting/host/capturer_gdi.h

Issue 2711001: Fix chromoting build issues on Windows (Closed)
Patch Set: fixed gyp Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/chromoting.gyp ('k') | remoting/host/capturer_gdi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « remoting/chromoting.gyp ('k') | remoting/host/capturer_gdi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698