| Index: components/display_compositor/buffer_queue.cc
|
| diff --git a/components/display_compositor/buffer_queue.cc b/components/display_compositor/buffer_queue.cc
|
| index fafdb406b4feee839d0736a838647d135aa1101e..ff456237ec03fd4bf9aa060c693fce0b79f0c0fc 100644
|
| --- a/components/display_compositor/buffer_queue.cc
|
| +++ b/components/display_compositor/buffer_queue.cc
|
| @@ -238,7 +238,7 @@ std::unique_ptr<BufferQueue::AllocatedSurface> BufferQueue::GetNextSurface() {
|
|
|
| allocated_count_++;
|
| gl_->BindTexture(texture_target_, texture);
|
| - gl_->BindTexImage2DCHROMIUM(texture_target_, id);
|
| + gl_->BindTexImage2DCHROMIUM(texture_target_, id, 0);
|
| return base::MakeUnique<AllocatedSurface>(this, std::move(buffer), texture,
|
| id, gfx::Rect(size_));
|
| }
|
|
|