Index: third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
index 3caccce0beefbb3a022ab1abf53c900e9262c2fb..e44c9984dcbcbb2bc55c9af9e602109fd95ac32f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp |
@@ -37,7 +37,7 @@ base::Closure CompositorMutatorClient::TakeMutations() |
void CompositorMutatorClient::setMutationsForTesting(PassOwnPtr<CompositorMutations> mutations) |
{ |
- m_mutations = mutations; |
+ m_mutations = std::move(mutations); |
} |
} // namespace blink |