Index: cc/resources/video_resource_updater_unittest.cc |
diff --git a/cc/resources/video_resource_updater_unittest.cc b/cc/resources/video_resource_updater_unittest.cc |
index 10e81f6d86830b6a09cae790480c95269bd99426..689de6817943dc7c92ebdc73fd96b289fea1ccc4 100644 |
--- a/cc/resources/video_resource_updater_unittest.cc |
+++ b/cc/resources/video_resource_updater_unittest.cc |
@@ -62,8 +62,7 @@ class VideoResourceUpdaterTest : public testing::Test { |
context3d_ = context3d.get(); |
- output_surface3d_ = |
- FakeOutputSurface::Create3d(context3d.Pass()); |
+ output_surface3d_ = FakeOutputSurface::Create3d(std::move(context3d)); |
CHECK(output_surface3d_->BindToClient(&client_)); |
output_surface_software_ = FakeOutputSurface::CreateSoftware( |