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

Unified Diff: remoting/host/desktop_shape_tracker_win.cc

Issue 1115773002: Apply automated fixits for Chrome clang plugin to remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | remoting/host/local_input_monitor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_shape_tracker_win.cc
diff --git a/remoting/host/desktop_shape_tracker_win.cc b/remoting/host/desktop_shape_tracker_win.cc
index 7072d949d273c6dee6a0825862e040c1bd612e65..f3a41e93469638361a6a186efaf028d70cfce9c0 100644
--- a/remoting/host/desktop_shape_tracker_win.cc
+++ b/remoting/host/desktop_shape_tracker_win.cc
@@ -27,10 +27,10 @@ struct EnumDesktopShapeData {
class DesktopShapeTrackerWin : public DesktopShapeTracker {
public:
DesktopShapeTrackerWin();
- virtual ~DesktopShapeTrackerWin();
+ ~DesktopShapeTrackerWin() override;
- virtual void RefreshDesktopShape();
- virtual const webrtc::DesktopRegion& desktop_shape();
+ void RefreshDesktopShape() override;
+ const webrtc::DesktopRegion& desktop_shape() override;
private:
// Callback passed to EnumWindows() to enumerate windows.
« no previous file with comments | « no previous file | remoting/host/local_input_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698