summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/gpu_video_decode_accelerator_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/gpu/gpu_video_decode_accelerator_host.h')
-rw-r--r--content/renderer/gpu/gpu_video_decode_accelerator_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.h b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
index 45d8c234..b926e8e 100644
--- a/content/renderer/gpu/gpu_video_decode_accelerator_host.h
+++ b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -52,7 +52,6 @@ class GpuVideoDecodeAcceleratorHost
void OnPictureReady(int32 picture_buffer_id, int32 bitstream_buffer_id);
void OnFlushDone();
void OnResetDone();
- void OnEndOfStream();
void OnErrorNotification(uint32 error);
// Sends IPC messages to the Gpu process.