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

Unified Diff: remoting/host/capturer_fake_ascii.cc

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/host/capturer_fake.cc ('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_fake_ascii.cc
diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
index 7ab7e6bfb997a40f0f5d7e3880e6264b7c5217d0..00f85293f11291ea38a1bb82d413a3fbb500c956 100644
--- a/remoting/host/capturer_fake_ascii.cc
+++ b/remoting/host/capturer_fake_ascii.cc
@@ -16,7 +16,7 @@ CapturerFakeAscii::CapturerFakeAscii() {
// Dimensions of screen.
width_ = kWidth;
height_ = kHeight;
- pixel_format_ = chromotocol_pb::PixelFormatAscii;
+ pixel_format_ = PixelFormatAscii;
bytes_per_pixel_ = kBytesPerPixel;
bytes_per_row_ = width_ * bytes_per_pixel_;
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | remoting/host/capturer_gdi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698