"TOUCH_SLIDER" macro helps the behavior of sliders when TOUCH_EVENT is enabled. In current, "TOUCH_SLIDER" macro is disabled but "TOUCH_EVENTS" is enabled. So we should synchronize "TOUCH_SLIDER" and "TOUCH_EVENTS".
Created attachment 226651 [details] Patch
Looks good to me.EFL port needs this feature for supporting touch devices.
Comment on attachment 226651 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226651&action=review > Source/cmake/OptionsEfl.cmake:92 > +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_SLIDER ON) I think that we should disable ENABLE_TOUCH_SLIDER when ENABLE_TOUCH_EVENTS became OFF.
Created attachment 226864 [details] Patch
LGTM.
Comment on attachment 226864 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226864&action=review LGTM. r=me. > ChangeLog:6 > + Reviewed by Ryuan Choi. Remove this line. Ryuan is not reviewer yet.
Created attachment 226884 [details] Patch
If you got already r+, you don't need to request review again. Just upload a patch with "Reviewed by Gyuyoung Kim" and then only request cq?.
Created attachment 226885 [details] Patch for landing
Comment on attachment 226885 [details] Patch for landing Clearing flags on attachment: 226885 Committed r165722: <http://trac.webkit.org/changeset/165722>
All reviewed patches have been landed. Closing bug.