fixup! Add Tizen-platform implementation of command_line
authorSeungSeop Park <sns.park@samsung.com>
Wed, 30 Jul 2014 00:34:58 +0000 (09:34 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Change-Id: Ib56c290b8156786401422d35b6f44dafda1b18e4

tizen_src/impl/command_line_efl.cc

index c036636..5e05ee5 100644 (file)
@@ -46,7 +46,6 @@ content::MainFunctionParams CommandLineEfl::GetDefaultPortParams() {
   // Threaded compositing breaks touch events. Seems to be a linux specific issue
   // (see: http://code.google.com/p/chromium/issues/detail?id=271791)
   p_command_line->AppendSwitch(switches::kEnableOverscrollNotifications);
-  p_command_line->AppendSwitch(switches::kDisableThreadedCompositing);
   p_command_line->AppendSwitch(switches::kTouchEvents);
   p_command_line->AppendSwitch(switches::kEnablePinch);
   p_command_line->AppendSwitchASCII(switches::kUseGL, gfx::kGLImplementationEGLName);