| Index: gpu/ipc/service/stream_texture_android.cc
|
| diff --git a/gpu/ipc/service/stream_texture_android.cc b/gpu/ipc/service/stream_texture_android.cc
|
| index 173dab8284f25d03e2e7944fd5c9dd4c756945a8..dea1f36a401409b5f108ca71a6dcc8979ce90ce7 100644
|
| --- a/gpu/ipc/service/stream_texture_android.cc
|
| +++ b/gpu/ipc/service/stream_texture_android.cc
|
| @@ -68,7 +68,7 @@ StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
|
| weak_factory_(this) {
|
| owner_stub->AddDestructionObserver(this);
|
| memset(current_matrix_, 0, sizeof(current_matrix_));
|
| - owner_stub->channel()->AddRoute(route_id, owner_stub->stream_id(), this);
|
| + owner_stub->channel()->AddRoute(route_id, owner_stub->sequence_id(), this);
|
| surface_texture_->SetFrameAvailableCallback(base::Bind(
|
| &StreamTexture::OnFrameAvailable, weak_factory_.GetWeakPtr()));
|
| }
|
|
|