[Webkit-unassigned] [Bug 142238] Extremely low performance layer compositing with Google Maps API v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 16:34:35 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142238

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Safari 8 and Chrome have different compositing layer configurations for the map tiles. Chrome tiles are:

<div style="width: 256px; height: 256px; overflow: hidden; transform: translateZ(0px); position: absolute; left: 152px; top: 443px;"></div>

but Safari 8 gets:
<div style="width: 256px; height: 256px; position: absolute; left: 151px; top: 178px;"></div>

Note the lack of transform property.

(Another thing to note: Safari 8 still needs -webkit-transform).

If you fix that does the story change?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150304/a8bc49f2/attachment-0002.html>


More information about the webkit-unassigned mailing list