Index: cc/resources/video_resource_updater.cc |
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc |
index a1286b917b4f2bde8af4248eb7654b2da202db4d..c1e3736944e3a6e8c8e29a19e16eeda638a97bbc 100644 |
--- a/cc/resources/video_resource_updater.cc |
+++ b/cc/resources/video_resource_updater.cc |
@@ -252,7 +252,8 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes( |
video_renderer_->Paint(video_frame.get(), |
lock.sk_canvas(), |
video_frame->visible_rect(), |
- 0xff); |
+ 0xff, |
+ NULL); |
} |
RecycleResourceData recycle_data = { |