Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1775)

Unified Diff: content/common/gpu/media/gpu_video_service.h

Issue 7200033: Fix crashes when loading gles2.cc on browser startup, and during playback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;

Powered by Google App Engine
This is Rietveld 408576698