Re-activate touch selection after fling
commita8248c9e315b285492395fe1e3ce6f0b9cb816e6
authormohsen <mohsen@chromium.org>
Mon, 15 Sep 2014 23:43:43 +0000 (15 16:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Sep 2014 23:46:41 +0000 (15 23:46 +0000)
treec13eac2049a6702afbf6221a68a436a93e1cae63
parent774231cb2bb8fad68edcba218b5ed07ae339770e
Re-activate touch selection after fling

Currently, when a scroll starts touch selection handles are hidden and
then re-shown after scroll ends. But, if scroll ends in a fling, handles
are not re-shown, because there hadn't been a way to determine end of
the fling. Now that there is an IPC message notifying end of flings, we
can re-show handles after a fling.

BUG=413927

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

Cr-Commit-Position: refs/heads/master@{#294927}
content/browser/renderer_host/render_widget_host_view_aura.cc
content/browser/renderer_host/render_widget_host_view_aura.h
content/browser/web_contents/touch_editable_impl_aura.cc
content/browser/web_contents/touch_editable_impl_aura.h
content/browser/web_contents/touch_editable_impl_aura_browsertest.cc