diff options
author | Cary Clark <cary@android.com> | 2011-02-14 14:26:57 -0500 |
---|---|---|
committer | Cary Clark <cary@android.com> | 2011-02-14 14:26:57 -0500 |
commit | 99a3d689283e80afdfb9e7711900dd9906f4c1f4 (patch) | |
tree | cf96c198600efde0591b274d8f61769071e4ce19 /WebCore/platform/android/ScreenAndroid.cpp | |
parent | e5c90f700f64667817813fbb2e8478ddb7a6927b (diff) | |
download | external_webkit-99a3d689283e80afdfb9e7711900dd9906f4c1f4.zip external_webkit-99a3d689283e80afdfb9e7711900dd9906f4c1f4.tar.gz external_webkit-99a3d689283e80afdfb9e7711900dd9906f4c1f4.tar.bz2 |
don't combine single image bitmaps
Anchors and other links often contain multiple bitmaps, which must
be stitched together when analyzing the picture data to determine
if the anchor is fully visible, partially occluded, or fully hidden.
For instance, nine-patches in WebKit appear as adjacent bitmaps.
If a website design has two or more bitmaps adjacent to each other,
these may be mistakenly joined. By tracking whether the original
node contained exactly one img element, combining bitmaps based
on their location is avoided unncessarily.
bug:3373743
Change-Id: I5bcbdaec3097a2b839ee2444e512a0def6a016d0
Diffstat (limited to 'WebCore/platform/android/ScreenAndroid.cpp')
0 files changed, 0 insertions, 0 deletions