Implement "tilt zoom" feature.
authorhyungsun.ryu <hyungsun.ryu@samsung.com>
Thu, 10 Apr 2014 15:02:54 +0000 (00:02 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit5e7abed3faaca8fd28bc4a6ca33a6f881d8662a1
treed6b17f6cb50da6b0aae4068b270000634bec5c8f
parent5cccdb79983734f8b9c28fe09afc18f083701a88
Implement "tilt zoom" feature.

Issue: CBEFL-25

Change-Id: Id7991c2dd3c9c3658616c55ba3e8a1f4312cc2ed

Conflicts:

impl/chromium-efl.gypi
impl/eweb_view.cc
tizen_src/impl/browser/motion/MotionUI.cc [new file with mode: 0755]
tizen_src/impl/browser/motion/MotionUI.h [new file with mode: 0755]
tizen_src/impl/browser/motion/wkext_motion.cc [new file with mode: 0755]
tizen_src/impl/browser/motion/wkext_motion.h [new file with mode: 0755]
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc [changed mode: 0644->0755]
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.h [changed mode: 0644->0755]
tizen_src/impl/chromium-efl.gyp [changed mode: 0644->0755]
tizen_src/impl/chromium-efl.gypi [changed mode: 0644->0755]
tizen_src/impl/eweb_view.cc [changed mode: 0644->0755]
tizen_src/impl/eweb_view.h [changed mode: 0644->0755]
tizen_src/packaging/chromium-efl.spec [changed mode: 0644->0755]