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

Unified Diff: gpu/ipc/service/gpu_channel.cc

Issue 2920133002: Don't move raw pointers in gpu (Closed)
Patch Set: Created 3 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel.cc
diff --git a/gpu/ipc/service/gpu_channel.cc b/gpu/ipc/service/gpu_channel.cc
index a93b4ebfd977ebffa510fb093499a630143ca47e..06f9524e2340d1bc8b1cfdb2ca0061d12bcbc5e5 100644
--- a/gpu/ipc/service/gpu_channel.cc
+++ b/gpu/ipc/service/gpu_channel.cc
@@ -780,7 +780,7 @@ GpuChannel::GpuChannel(
mailbox_manager_(mailbox_manager),
image_manager_(new gles2::ImageManager()),
watchdog_(watchdog),
- discardable_manager_(std::move(discardable_manager)),
+ discardable_manager_(discardable_manager),
is_gpu_host_(is_gpu_host),
weak_factory_(this) {
DCHECK(gpu_channel_manager_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698