Index: webrtc/api/video/video_frame.h |
diff --git a/webrtc/api/video/video_frame.h b/webrtc/api/video/video_frame.h |
index f960fa92008eee8abca1a004ee58e8251f5c4f90..8eef03dfc5ffe3af73d355da6ce8d4b82b464b52 100644 |
--- a/webrtc/api/video/video_frame.h |
+++ b/webrtc/api/video/video_frame.h |
@@ -48,9 +48,10 @@ class VideoFrame { |
// Get frame width. |
int width() const; |
- |
// Get frame height. |
int height() const; |
+ // Get frame size in pixels. |
perkj_webrtc
2017/01/17 08:53:10
nit: empty line
kthelgason
2017/01/18 09:16:16
Acknowledged.
|
+ int size() const; |
// System monotonic clock, same timebase as rtc::TimeMicros(). |
int64_t timestamp_us() const { return timestamp_us_; } |