diff options
Diffstat (limited to 'remoting/host/capturer_linux.cc')
-rw-r--r-- | remoting/host/capturer_linux.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc index 99013d0..1bfafba 100644 --- a/remoting/host/capturer_linux.cc +++ b/remoting/host/capturer_linux.cc @@ -65,6 +65,7 @@ class CapturerLinuxPimpl { static const int kBytesPerPixel = 4; // Reference to containing class so we can access friend functions. + // Not owned. CapturerLinux* capturer_; // X11 graphics context. |