| Index: webrtc/modules/desktop_capture/screen_capturer_x11.cc
|
| diff --git a/webrtc/modules/desktop_capture/screen_capturer_x11.cc b/webrtc/modules/desktop_capture/screen_capturer_x11.cc
|
| index ff3ee1197f2c694e91eb522230325e5adcff6825..ab4ddcbf0872e3a4b84872012e15cb2f503ab076 100644
|
| --- a/webrtc/modules/desktop_capture/screen_capturer_x11.cc
|
| +++ b/webrtc/modules/desktop_capture/screen_capturer_x11.cc
|
| @@ -47,7 +47,7 @@ class ScreenCapturerLinux : public ScreenCapturer,
|
| public SharedXDisplay::XEventHandler {
|
| public:
|
| ScreenCapturerLinux();
|
| - virtual ~ScreenCapturerLinux();
|
| + ~ScreenCapturerLinux() override;
|
|
|
| // TODO(ajwong): Do we really want this to be synchronous?
|
| bool Init(const DesktopCaptureOptions& options);
|
|
|