summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_video_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/gpu/gpu_video_service.h')
-rw-r--r--chrome/gpu/gpu_video_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_video_service.h b/chrome/gpu/gpu_video_service.h
index b9ad6da..371cf4b 100644
--- a/chrome/gpu/gpu_video_service.h
+++ b/chrome/gpu/gpu_video_service.h
@@ -21,7 +21,7 @@ class GpuVideoService : public IPC::Channel::Listener {
// IPC::Channel::Listener.
virtual void OnChannelConnected(int32 peer_pid);
virtual void OnChannelError();
- virtual void OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message);
// TODO(hclam): Remove return value.
bool CreateVideoDecoder(GpuChannel* channel,