Index: media/base/video_frame.h |
diff --git a/media/base/video_frame.h b/media/base/video_frame.h |
index ecb3f8a9e3bf5a44607252a4f2646996f245150d..5a9ff768221d8f9c65b9711a148fefffeafd237f 100644 |
--- a/media/base/video_frame.h |
+++ b/media/base/video_frame.h |
@@ -94,7 +94,7 @@ class VideoFrame : public StreamSample { |
static void CreateBlackFrame(int width, int height, |
scoped_refptr<VideoFrame>* frame_out); |
- virtual SurfaceType type() const { return type_; } |
+ virtual SurfaceType type() const; |
scherkus (not reviewing)
2010/12/09 02:24:15
just checked... this method shouldn't be virtual
|
Format format() const { return format_; } |