From 843534f22325f14ba1290360b8423912de36e89a Mon Sep 17 00:00:00 2001 From: SeungSeop Park Date: Wed, 30 Jul 2014 09:34:58 +0900 Subject: [PATCH] fixup! Add Tizen-platform implementation of command_line Change-Id: Ib56c290b8156786401422d35b6f44dafda1b18e4 --- tizen_src/impl/command_line_efl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tizen_src/impl/command_line_efl.cc b/tizen_src/impl/command_line_efl.cc index c036636..5e05ee5 100644 --- a/tizen_src/impl/command_line_efl.cc +++ b/tizen_src/impl/command_line_efl.cc @@ -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); -- 2.7.4