OSDN Git Service

always compute cx, cy in select text
authorCary Clark <cary@android.com>
Wed, 12 Jan 2011 18:14:29 +0000 (13:14 -0500)
committerCary Clark <cary@android.com>
Wed, 12 Jan 2011 18:14:29 +0000 (13:14 -0500)
commit4e65c3ef3ab34e815d6464636a52d5250ebb50ab
treeede46fe7f9752f72f8dcbb626f2e09115ba5eeb6
parent5bc439a352fa4a52aa5be1eab0dc72420f40d49f
always compute cx, cy in select text

The cx, cy locals are later stored as part of the
best character found. They must always be computed
so that the best state can compare with the test
state.

bug:3339016
Change-Id: I4cbb791dc8d3836b027c6a9088dc3a59031c40b9
WebKit/android/nav/SelectText.cpp