Index: content/browser/renderer_host/compositing_iosurface_mac.mm |
diff --git a/content/browser/renderer_host/compositing_iosurface_mac.mm b/content/browser/renderer_host/compositing_iosurface_mac.mm |
index 6da208557a17bced23950b6551a61586074add6b..f000456f8c9048567276cfff167cb1f88f853659 100644 |
--- a/content/browser/renderer_host/compositing_iosurface_mac.mm |
+++ b/content/browser/renderer_host/compositing_iosurface_mac.mm |
@@ -573,7 +573,7 @@ bool CompositingIOSurfaceMac::MapIOSurfaceToTexture( |
static_cast<uint32>(io_surface_handle))); |
// Can fail if IOSurface with that ID was already released by the gpu |
// process. |
- if (!io_surface_.get()) { |
+ if (!io_surface_) { |
io_surface_handle_ = 0; |
return false; |
} |