Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2796)

Unified Diff: cc/resources/video_resource_updater_unittest.cc

Issue 1455023002: cc: Replace Pass() with std::move() in some subdirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-cc
Patch Set: pass-cc2: . Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/scheduler/begin_frame_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/scheduler/begin_frame_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698