summaryrefslogtreecommitdiff
path: root/libs/ui/FramebufferNativeWindow.cpp
diff options
context:
space:
mode:
author Grace Kloba <klobag@google.com> 2009-07-30 11:20:32 -0700
committer Grace Kloba <klobag@google.com> 2009-07-30 11:20:32 -0700
commitef347ef9107a8ca6ab85029528e2c1518440b2c3 (patch)
treefd7c7cf5de4ec24e72ef6049dd0cc4ea6b7f8a43 /libs/ui/FramebufferNativeWindow.cpp
parent6502a380adea84e4998281d9255c3450fb9c10d6 (diff)
Fix 2016808. We used to send the new scale/scroll info to the UI thread after
WebCore finish the first layout. As the picture in the UI thread is still the previous one, if there is a UI update happened before we generate the new picture, the new scale/scroll will be applied to the old picture. On the other hand, we do want to trigger the resize for the new page after the first layout. e.g. The page was at nytimes.com. Now user types google.com. google.com is first layout in the wide viewport where nytimes.com is. We dont want to show that picture. We would like to show the fit to screen version of google.com as the first picture. Remove the SnapToAnchor code which is left over from previous zoom attempt.
Diffstat (limited to 'libs/ui/FramebufferNativeWindow.cpp')
0 files changed, 0 insertions, 0 deletions