[Android] Enable composited selection updates
commitacf809ece9c1326d7fc4655b505146f55b3d04a1
authorjdduke <jdduke@chromium.org>
Tue, 23 Sep 2014 20:38:38 +0000 (23 13:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Sep 2014 20:38:54 +0000 (23 20:38 +0000)
treef0e9145d0c2610da9de0d4b2add7257ba789f2d8
parent3a95511054543ffb7f1b83fd8f38499ac86dad59
[Android] Enable composited selection updates

Now that selection bounds are routed through the compositor, enable the feature
in Blink and hook the CompositorFrameMetadata-carried bounds into the existing
selection handle pipeline.  Also suppress the sending of
ViewHostMsg_SelectionBoundsChanged messages when the feature is enabled.

This patch depends directly on
https://codereview.chromium.org/454643002/.

BUG=135959

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

Cr-Commit-Position: refs/heads/master@{#296218}
content/browser/renderer_host/render_widget_host_view_android.cc
content/browser/renderer_host/render_widget_host_view_android.h
content/child/runtime_features.cc
content/renderer/render_widget.cc