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

Unified Diff: webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc

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/desktop_and_cursor_composer.cc
diff --git a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
index 0ff3373e823bcd1a89c12ee1db6344d0daf642c7..f5b85e40aa0eb6abba55e76b5be656c684aab7b2 100644
--- a/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
+++ b/webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc
@@ -60,7 +60,7 @@ class DesktopFrameWithCursor : public DesktopFrame {
DesktopFrameWithCursor(std::unique_ptr<DesktopFrame> frame,
const MouseCursor& cursor,
const DesktopVector& position);
- virtual ~DesktopFrameWithCursor();
+ ~DesktopFrameWithCursor() override;
private:
std::unique_ptr<DesktopFrame> original_frame_;
« no previous file with comments | « webrtc/modules/desktop_capture/desktop_and_cursor_composer.h ('k') | webrtc/modules/desktop_capture/desktop_capture_options.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698