Index: cc/resources/video_resource_updater.cc |
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc |
index f62b6e62aa14a830a87504ff19e9f0b0d9a3c114..47bf4bc5ef0406c2d71adfbd9294e0283cc387e9 100644 |
--- a/cc/resources/video_resource_updater.cc |
+++ b/cc/resources/video_resource_updater.cc |
@@ -143,7 +143,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes( |
input_frame_format != media::VideoFrame::YV24) |
return VideoFrameExternalResources(); |
- bool software_compositor = context_provider_ == NULL; |
+ bool software_compositor = context_provider_ == nullptr; |
ResourceFormat output_resource_format = kYUVResourceFormat; |
size_t output_plane_count = media::VideoFrame::NumPlanes(input_frame_format); |