| 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);
|
| };
|
|
|
|
|