Index: media/base/video_frame.h |
diff --git a/media/base/video_frame.h b/media/base/video_frame.h |
index 128143c4dfeb88f9c499b5c1b94af8264aea9a85..7784897ba6df96d9153d63c90e88ebb394c440be 100644 |
--- a/media/base/video_frame.h |
+++ b/media/base/video_frame.h |
@@ -53,6 +53,8 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { |
YV12A = 14, // 20bpp YUVA planar 1x1 Y, 2x2 VU, 1x1 A samples. |
}; |
+ static std::string FormatToString(Format format); |
scherkus (not reviewing)
2013/08/03 00:17:18
docs
Ty Overby
2013/08/05 19:18:45
Done.
|
+ |
// This class calls the TextureNoLongerNeededCallback when the last reference |
// on the class is destroyed. The VideoFrame holds a reference to the mailbox |
// but anyone else who queries the mailbox should also hold a reference while |