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

Unified Diff: ui/events/ozone/evdev/input_device_factory_evdev.cc

Issue 972803002: ozone: evdev: Use task_is_slow := false for input device open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: ui/events/ozone/evdev/input_device_factory_evdev.cc
diff --git a/ui/events/ozone/evdev/input_device_factory_evdev.cc b/ui/events/ozone/evdev/input_device_factory_evdev.cc
index 0fc241ed4d0c284d112fbf3a6b19303c93cf65a5..c9d0baa38aef8d588194b87fd28bac81267b7ffb 100644
--- a/ui/events/ozone/evdev/input_device_factory_evdev.cc
+++ b/ui/events/ozone/evdev/input_device_factory_evdev.cc
@@ -230,7 +230,7 @@ void InputDeviceFactoryEvdev::AddInputDevice(int id,
base::WorkerPool::PostTask(FROM_HERE,
base::Bind(&OpenInputDevice, base::Passed(&params),
task_runner_, reply_callback),
- true /* task_is_slow */);
+ false /* task_is_slow */);
}
void InputDeviceFactoryEvdev::RemoveInputDevice(const base::FilePath& path) {
« 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