Index: content/common/gpu/image_transport_surface_iosurface_mac.h |
diff --git a/content/common/gpu/image_transport_surface_iosurface_mac.h b/content/common/gpu/image_transport_surface_iosurface_mac.h |
index 9d7ab3139feadd134346cd9566cd9304169113b1..d6467f683ff0e56ecb791c1c5a795b116d67a88b 100644 |
--- a/content/common/gpu/image_transport_surface_iosurface_mac.h |
+++ b/content/common/gpu/image_transport_surface_iosurface_mac.h |
@@ -43,7 +43,7 @@ class IOSurfaceStorageProvider |
// more than one entry. |
std::list<base::ScopedCFTypeRef<IOSurfaceRef>> pending_swapped_surfaces_; |
- // The id of |io_surface_| or 0 if that's NULL. |
+ // The id of |io_surface_| or 0 if that's nullptr. |
IOSurfaceID io_surface_id_; |
DISALLOW_COPY_AND_ASSIGN(IOSurfaceStorageProvider); |