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

Unified Diff: content/renderer/media/android/stream_texture_factory_android.h

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/media/android/stream_texture_factory_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/android/stream_texture_factory_android.h
diff --git a/content/renderer/media/android/stream_texture_factory_android.h b/content/renderer/media/android/stream_texture_factory_android.h
index f496348bd4c7e1d52912a28015361335fd163067..1ffe6660d50178b53a150dfbf8e7660630eb643b 100644
--- a/content/renderer/media/android/stream_texture_factory_android.h
+++ b/content/renderer/media/android/stream_texture_factory_android.h
@@ -86,7 +86,7 @@ class StreamTextureFactory {
// Destroy the streamTexture for the given texture id, as well as the
// client side texture.
- void DestroyStreamTexture(unsigned texture_id);
+ void DestroyStreamTexture(unsigned stream_id, unsigned texture_id);
// Set the streamTexture size for the given stream Id.
void SetStreamTextureSize(int32 texture_id, const gfx::Size& size);
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/media/android/stream_texture_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698