summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author Cary Clark <cary@android.com> 2009-10-06 17:40:53 -0400
committer Cary Clark <cary@android.com> 2009-10-07 08:35:40 -0400
commit5da9aeb4351ed02b05f15c11e34673ab38103dd8 (patch)
tree4458a7046789e286ec412a112033ad276e3204ec /libs/ui/FramebufferNativeWindow.cpp
parent19400067b2bca066255118315877125d1e623cad (diff)
reset webTextView size if focus bounds changes
When the focus bounds is changed by webkit, reflect that change on the UI side in the WebTextView. On the WebCore side, add the focus-changed state to the Draw record, which is sent whenever a new picture is recorded. On the WebView side, set a bit when receiving the Draw record, and check that bit when the picture is first drawn. This additional delay is required so that the bit isn't checked until after the new nav cache is swapped in. If the bit is set when the draw occurs, clear it, and set up the WebTextView's bounds. companion change in external/webkit fixes http://b/issue?id=2118781
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
0 files changed, 0 insertions, 0 deletions