Index: content/common/gpu/media/gpu_video_service.h |
diff --git a/content/common/gpu/media/gpu_video_service.h b/content/common/gpu/media/gpu_video_service.h |
index bf7aaa0daf1691f8d334bca31e7a36163197a7a4..e7e9950945448c77a876ebcd14ed0a0cd8973002 100644 |
--- a/content/common/gpu/media/gpu_video_service.h |
+++ b/content/common/gpu/media/gpu_video_service.h |
@@ -66,11 +66,6 @@ class GpuVideoService : public IPC::Channel::Listener { |
virtual bool IntializeGpuVideoService(); |
virtual bool UnintializeGpuVideoService(); |
- // Translates a given client texture id to the "real" texture id as recognized |
- // in the GPU process. |
- bool TranslateTextureForDecoder( |
- int32 decoder_id, uint32 client_texture_id, uint32* service_texture_id); |
- |
DecoderMap decoder_map_; |
friend struct DefaultSingletonTraits<GpuVideoService>; |