Android: Enable vsync for synthetic gestures
commit1c70d2320fe56806c00fa4abbde31fc04c42ea91
authorskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 10 May 2014 11:40:30 +0000 (10 11:40 +0000)
committerskyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 10 May 2014 11:40:30 +0000 (10 11:40 +0000)
tree124467d2c1e688d9a9e00853710f6c1e8db33a30
parent1c1051dc5b34e711e9567e1528b16ad48fd94659
Android: Enable vsync for synthetic gestures

A recent refactoring accidentally removed the code that turns on vsync
for synthetic gestures. This causes the gesture to never start if
nothing else happens to turn on vsync at the same time.

BUG=370967
TEST=tools/perf/run_benchmark rasterize_and_record_micro.key_silk_cases
--browser=android-chrome --page-filter=slide_drawer

Review URL: https://codereview.chromium.org/269343013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269561 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/renderer_host/render_widget_host_view_android.cc