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

Unified Diff: remoting/host/capturer_mac.h

Issue 6610007: Fix up mac capturer to flip image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/remoting/client/appengine/static_files
Patch Set: Created 9 years, 10 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 | « no previous file | remoting/host/capturer_mac.cc » ('j') | remoting/host/capturer_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/capturer_mac.h
diff --git a/remoting/host/capturer_mac.h b/remoting/host/capturer_mac.h
index 96ea15958302265c1b5734157010701d398afda4..eaedb47a1473dd9b79de00be3205fb4830a0927b 100644
--- a/remoting/host/capturer_mac.h
+++ b/remoting/host/capturer_mac.h
@@ -43,6 +43,7 @@ class CapturerMac : public Capturer {
void ReleaseBuffers();
CGLContextObj cgl_context_;
scoped_array<uint8> buffers_[kNumBuffers];
+ scoped_array<uint8> flip_buffer_;
DISALLOW_COPY_AND_ASSIGN(CapturerMac);
};
« no previous file with comments | « no previous file | remoting/host/capturer_mac.cc » ('j') | remoting/host/capturer_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698