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

Unified Diff: remoting/host/capturer.h

Issue 2745006: Implement a chromoting client using X11 (Closed)
Patch Set: removed all.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/client/x11_view.cc ('k') | remoting/host/capturer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/client/x11_view.cc ('k') | remoting/host/capturer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698