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

Unified Diff: webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h

Issue 2436503004: Enable clang style plugin in webrtc/modules/desktop_capture (Closed)
Patch Set: . Created 4 years, 2 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
Index: webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h
diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h b/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h
index 2427ec4c5f00ba0984d05c6e519e8ff8bebfe97c..c7440da0cb85f7710cdcdc5773acb54cd0b1830f 100644
--- a/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h
+++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_directx.h
@@ -33,7 +33,7 @@ class ScreenCapturerWinDirectx : public ScreenCapturer {
explicit ScreenCapturerWinDirectx(const DesktopCaptureOptions& options);
- virtual ~ScreenCapturerWinDirectx();
+ ~ScreenCapturerWinDirectx() override;
void Start(Callback* callback) override;
void SetSharedMemoryFactory(

Powered by Google App Engine
This is Rietveld 408576698