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

Unified Diff: ui/aura/env.cc

Issue 1539583003: Convert Pass()→std::move() in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « ui/app_list/test/app_list_test_model.cc ('k') | ui/aura/scoped_window_targeter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 4d2db40d6f1cd33136a5ce42d450a142cc8767e2..148300ca43b3f2a36d22987e3327372d4de4b81e 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -71,7 +71,7 @@ bool Env::IsMouseButtonDown() const {
Env::Env()
: mouse_button_flags_(0),
is_touch_down_(false),
- input_state_lookup_(InputStateLookup::Create().Pass()),
+ input_state_lookup_(InputStateLookup::Create()),
context_factory_(NULL) {
DCHECK(lazy_tls_ptr.Pointer()->Get() == NULL);
lazy_tls_ptr.Pointer()->Set(this);
« no previous file with comments | « ui/app_list/test/app_list_test_model.cc ('k') | ui/aura/scoped_window_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698