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

Unified Diff: webrtc/video/video_stream_encoder.cc

Issue 3013543002: Revert of Remove typedefs.h from webrtc/ root (part 1) (Closed)
Patch Set: Created 3 years, 3 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 | « webrtc/video/rtp_video_stream_receiver.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_stream_encoder.cc
diff --git a/webrtc/video/video_stream_encoder.cc b/webrtc/video/video_stream_encoder.cc
index 7d810dc194c911fbd8d6f6dd2efaaab33d179b31..52dcbf0832ca9a45c16f00be33b00f71f8bc99b7 100644
--- a/webrtc/video/video_stream_encoder.cc
+++ b/webrtc/video/video_stream_encoder.cc
@@ -978,7 +978,7 @@
break;
}
// Scale down resolution.
- RTC_FALLTHROUGH();
+ FALLTHROUGH();
}
case VideoSendStream::DegradationPreference::kMaintainFramerate:
// Scale down resolution.
@@ -1056,7 +1056,7 @@
break;
}
// Scale up resolution.
- RTC_FALLTHROUGH();
+ FALLTHROUGH();
}
case VideoSendStream::DegradationPreference::kMaintainFramerate: {
// Scale up resolution.
« no previous file with comments | « webrtc/video/rtp_video_stream_receiver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698