Index: cc/resources/video_resource_updater.cc |
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc |
index 032414442f607c6c0fd46f3535fc4133ba49b149..75edccb5a740b15a920227a785275ff08e8f0d9f 100644 |
--- a/cc/resources/video_resource_updater.cc |
+++ b/cc/resources/video_resource_updater.cc |
@@ -249,7 +249,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes( |
{ |
ResourceProvider::ScopedWriteLockSoftware lock( |
resource_provider_, plane_resources[0].resource_id); |
- video_renderer_->Copy(video_frame.get(), lock.sk_canvas()); |
+ video_renderer_->Copy(video_frame, lock.sk_canvas()); |
} |
RecycleResourceData recycle_data = { |