#endif
#if defined(OS_TIZEN)
+ p_command_line->AppendSwitchASCII(
+ switches::kAcceleratedCanvas2dMSAASampleCount, "4");
#if !defined(EWK_BRINGUP)
p_command_line->AppendSwitch(switches::kEnableGestureTapHighlight);
p_command_line->AppendSwitch(switches::kEnableSpatialNavigation);
p_command_line->AppendSwitch(switches::kMainFrameResizesAreOrientationChanges);
- p_command_line->AppendSwitch(switches::kForceAccelerated2dCanvas);
-// [M44_2403] Temporary disabling the codes for switching to new chromium
-// FIXME: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=14040
- p_command_line->AppendSwitch(cc::switches::kEnableParallelCanvasMode);
#endif // EWK_BRINGUP
#endif
switches::kTouchEventFeatureDetectionEnabled);
#if !defined(EWK_BRINGUP)
p_command_line->AppendSwitch(switches::kEnablePinch);
- // [M42_2231] FIXME: Need Parallel Canvas patch for S-Chromium/S-Blink/S-Skia
- p_command_line->AppendSwitchASCII(
- switches::kAcceleratedCanvas2dMSAASampleCount, "4");
#endif
}