Index: media/base/video_frame.h |
diff --git a/media/base/video_frame.h b/media/base/video_frame.h |
index ecb3f8a9e3bf5a44607252a4f2646996f245150d..b1be562b897c3d1930c15df3e8d6894e467ca17b 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_; } |
+ SurfaceType type() const { return type_; } |
Format format() const { return format_; } |