| Index: content/common/gpu/image_transport_surface_mac.cc
|
| diff --git a/content/common/gpu/image_transport_surface_mac.cc b/content/common/gpu/image_transport_surface_mac.cc
|
| index 6b8762c0ac4d505a9b41f886d0d1fea75a25e583..62c3265d7b1bef31e78cf8a7c4853cd197418d0f 100644
|
| --- a/content/common/gpu/image_transport_surface_mac.cc
|
| +++ b/content/common/gpu/image_transport_surface_mac.cc
|
| @@ -217,7 +217,7 @@ void IOSurfaceImageTransportSurface::AdjustBufferAllocation() {
|
| io_surface_.get()) {
|
| UnrefIOSurface();
|
| helper_->Suspend();
|
| - } else if (backbuffer_suggested_allocation_ && !io_surface_.get()) {
|
| + } else if (backbuffer_suggested_allocation_ && !io_surface_) {
|
| CreateIOSurface();
|
| }
|
| }
|
|
|