Merge pull request #4058 from kyku/master

Pass --touch-devices to chromium contents under X11
This commit is contained in:
Cheng Zhao 2016-01-11 22:57:00 +08:00
Родитель 9e82334b67 440c588a33
Коммит c7a89b6e29
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,7 @@
#if defined(USE_X11)
#include "chrome/browser/ui/libgtk2ui/gtk2_util.h"
#include "ui/events/devices/x11/touch_factory_x11.h"
#endif
namespace atom {
@ -116,6 +117,10 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
node_bindings_->PrepareMessageLoop();
node_bindings_->RunMessageLoop();
#if defined(USE_X11)
ui::TouchFactory::SetTouchDeviceListFromCommandLine();
#endif
// Start idle gc.
gc_timer_.Start(
FROM_HERE, base::TimeDelta::FromMinutes(1),