| Index: content/common/gpu/texture_image_transport_surface.h
|
| diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
|
| index 34918f98c3a934db4cb52954a9e2feec34be4a54..68d81d17e6648a77b8e5d3c6a8f7c205fb6bde6d 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -61,7 +61,7 @@ class TextureImageTransportSurface
|
| private:
|
|
|
| gfx::Size backbuffer_size() const {
|
| - DCHECK(backbuffer_);
|
| + DCHECK(backbuffer_.get());
|
| GLsizei width = 0;
|
| GLsizei height = 0;
|
| backbuffer_->texture()->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height);
|
|
|