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

Unified Diff: webkit/support/test_stream_texture_factory_android.cc

Issue 10702124: Avoid setting unused parameter in TestStreamTextureFactory::CreateStreamTexture() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_stream_texture_factory_android.cc
diff --git a/webkit/support/test_stream_texture_factory_android.cc b/webkit/support/test_stream_texture_factory_android.cc
index 3c7bd46151b71c3204d8e865e97b666b2b1348b5..6d17ab6c3547274709fdad093f7f8b3be7a19a3a 100644
--- a/webkit/support/test_stream_texture_factory_android.cc
+++ b/webkit/support/test_stream_texture_factory_android.cc
@@ -11,7 +11,6 @@ webkit_media::StreamTextureProxy* TestStreamTextureFactory::CreateProxy() {
}
unsigned TestStreamTextureFactory::CreateStreamTexture(unsigned* texture_id) {
- texture_id = 0;
Steve Block 2012/07/10 10:17:36 Or did you mean '*texture_id = 0;' ?
return 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698