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

Unified Diff: remoting/host/chromeos/skia_bitmap_desktop_frame.h

Issue 866153003: Update {virtual,override,final} to follow C++11 style in remoting, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « remoting/host/chromeos/aura_desktop_capturer.h ('k') | remoting/host/local_input_monitor_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromeos/skia_bitmap_desktop_frame.h
diff --git a/remoting/host/chromeos/skia_bitmap_desktop_frame.h b/remoting/host/chromeos/skia_bitmap_desktop_frame.h
index d2d9f7bd5d7f2ff14cb0382ff2201d902b9294d5..4de416dd441a88bcac31605b5b0e32b134d74e83 100644
--- a/remoting/host/chromeos/skia_bitmap_desktop_frame.h
+++ b/remoting/host/chromeos/skia_bitmap_desktop_frame.h
@@ -13,7 +13,7 @@ namespace remoting {
class SkiaBitmapDesktopFrame : public webrtc::DesktopFrame {
public:
static SkiaBitmapDesktopFrame* Create(scoped_ptr<SkBitmap> bitmap);
- virtual ~SkiaBitmapDesktopFrame();
+ ~SkiaBitmapDesktopFrame() override;
private:
SkiaBitmapDesktopFrame(webrtc::DesktopSize size,
« no previous file with comments | « remoting/host/chromeos/aura_desktop_capturer.h ('k') | remoting/host/local_input_monitor_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698