diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:52:15 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-10 17:52:15 +0000 |
commit | 0f7e46d7c8e4266d6e4e65e1a405a2bb967b9565 (patch) | |
tree | 88551ebd68591b5002877de021ed7ae920bce417 /webkit/support | |
parent | 246ac92067a53ea3680ee2c90db042a45774be22 (diff) | |
download | chromium_src-0f7e46d7c8e4266d6e4e65e1a405a2bb967b9565.zip chromium_src-0f7e46d7c8e4266d6e4e65e1a405a2bb967b9565.tar.gz chromium_src-0f7e46d7c8e4266d6e4e65e1a405a2bb967b9565.tar.bz2 |
Avoid setting unused parameter in TestStreamTextureFactory::CreateStreamTexture()
This causes a compile warning.
Review URL: https://chromiumcodereview.appspot.com/10702124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support')
-rw-r--r-- | webkit/support/test_stream_texture_factory_android.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/support/test_stream_texture_factory_android.cc b/webkit/support/test_stream_texture_factory_android.cc index 3c7bd46..6d17ab6 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; return 0; } |