X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdevice%2Fhid%2Fhid_service_linux.h;h=7b62fc056d22075a7928369db466271523424a78;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=62bb4c7a7080680e685f13dfd4e39a5b3f70d33d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/device/hid/hid_service_linux.h b/src/device/hid/hid_service_linux.h index 62bb4c7..7b62fc0 100644 --- a/src/device/hid/hid_service_linux.h +++ b/src/device/hid/hid_service_linux.h @@ -21,7 +21,7 @@ class HidConnection; class HidServiceLinux : public HidService, public DeviceMonitorLinux::Observer { public: - HidServiceLinux(scoped_refptr ui_message_loop); + HidServiceLinux(scoped_refptr ui_task_runner); virtual scoped_refptr Connect(const HidDeviceId& device_id) OVERRIDE; @@ -38,7 +38,7 @@ class HidServiceLinux : public HidService, scoped_ptr device_info, bool success); - scoped_refptr ui_message_loop_; + scoped_refptr ui_task_runner_; base::WeakPtrFactory weak_factory_;