Chromium Code Reviews| Index: remoting/host/capturer_linux.cc |
| =================================================================== |
| --- remoting/host/capturer_linux.cc (revision 55264) |
| +++ remoting/host/capturer_linux.cc (working copy) |
| @@ -16,7 +16,10 @@ |
| void CapturerLinux::ScreenConfigurationChanged() { |
| } |
| -void CapturerLinux::CaptureRects(const RectVector& rects, |
| +void CapturerLinux::CalculateInvalidRects() { |
| +} |
| + |
| +void CapturerLinux::CaptureRects(const InvalidRects& rects, |
| CaptureCompletedCallback* callback) { |
| } |