| Index: content/renderer/gpu/stream_texture_host_android.cc
|
| diff --git a/content/renderer/gpu/stream_texture_host_android.cc b/content/renderer/gpu/stream_texture_host_android.cc
|
| index fe63557ca2bd806b8b68ca508e3fc03e96c43bca..41e96b73c9d6e1715cd81734a5701aa6222bd020 100644
|
| --- a/content/renderer/gpu/stream_texture_host_android.cc
|
| +++ b/content/renderer/gpu/stream_texture_host_android.cc
|
| @@ -24,7 +24,7 @@ StreamTextureHost::~StreamTextureHost() {
|
| channel_->RemoveRoute(stream_id_);
|
| }
|
|
|
| -bool StreamTextureHost::BindToCurrentThread(int32 stream_id,
|
| +bool StreamTextureHost::BindToCurrentThread(int32_t stream_id,
|
| Listener* listener) {
|
| listener_ = listener;
|
| if (channel_.get() && stream_id && !stream_id_) {
|
|
|