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

Unified Diff: webrtc/video_frame.h

Issue 1335923002: Add RTC_ prefix to (D)CHECKs and related macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. Created 5 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_engine/vie_encoder.cc ('k') | webrtc/voice_engine/test/auto_test/fakes/loudest_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_frame.h
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index d70a746daeb49334193c99d522cefd275615981c..b71e0aaae97fafc61566793733399e758e4e7d8d 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -27,7 +27,7 @@ class VideoFrame {
VideoRotation rotation);
// TODO(pbos): Make all create/copy functions void, they should not be able to
- // fail (which should be DCHECK/CHECKed instead).
+ // fail (which should be RTC_DCHECK/CHECKed instead).
// CreateEmptyFrame: Sets frame dimensions and allocates buffers based
// on set dimensions - height and plane stride.
« no previous file with comments | « webrtc/video_engine/vie_encoder.cc ('k') | webrtc/voice_engine/test/auto_test/fakes/loudest_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698