Chromium Code Reviews| 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; |
| } |