Index: content/common/gpu/media/gpu_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h |
index f065cff16c0fd0020267e4cf90ef381ec6c26d7d..3acf3f67132dd0b821580d3fbcf78499298e19a1 100644 |
--- a/content/common/gpu/media/gpu_video_decode_accelerator.h |
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.h |
@@ -41,7 +41,7 @@ class GpuVideoDecodeAccelerator |
virtual void NotifyResetDone() OVERRIDE; |
// Function to delegate sending to actual sender. |
- virtual bool Send(IPC::Message* message); |
+ virtual bool Send(IPC::Message* message) OVERRIDE; |
// Initialize the accelerator with the given profile and send the |
// |init_done_msg| when done. |