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

Unified Diff: remoting/codec/video_encoder_vpx.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 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
« no previous file with comments | « remoting/codec/video_encoder_verbatim.h ('k') | remoting/host/audio_capturer_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/video_encoder_vpx.h
diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
index 80e69db0cd139802e6ced9a738d376211938f956..db3ff988781d6af78d77278d51b66bb2fe2d5185 100644
--- a/remoting/codec/video_encoder_vpx.h
+++ b/remoting/codec/video_encoder_vpx.h
@@ -29,10 +29,10 @@ class VideoEncoderVpx : public VideoEncoder {
virtual ~VideoEncoderVpx();
// VideoEncoder interface.
- virtual void SetLosslessEncode(bool want_lossless) OVERRIDE;
- virtual void SetLosslessColor(bool want_lossless) OVERRIDE;
+ virtual void SetLosslessEncode(bool want_lossless) override;
+ virtual void SetLosslessColor(bool want_lossless) override;
virtual scoped_ptr<VideoPacket> Encode(
- const webrtc::DesktopFrame& frame) OVERRIDE;
+ const webrtc::DesktopFrame& frame) override;
private:
explicit VideoEncoderVpx(bool use_vp9);
« no previous file with comments | « remoting/codec/video_encoder_verbatim.h ('k') | remoting/host/audio_capturer_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698