[Webkit-unassigned] [Bug 48110] getBoundingClientRect: Do not truncate the coordinates to integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 06:45:16 PDT 2010


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


Cosmin Truta <ctruta at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #72538|0                           |1
        is obsolete|                            |
  Attachment #72622|0                           |1
        is obsolete|                            |
  Attachment #72658|                            |review?, commit-queue?
               Flag|                            |




--- Comment #9 from Cosmin Truta <ctruta at chromium.org>  2010-11-02 06:45:16 PST ---
Created an attachment (id=72658)
 --> (https://bugs.webkit.org/attachment.cgi?id=72658&action=review)
Fix and layout test

(In reply to comment #8)
> > WebCore/rendering/RenderObject.h:1006
> > +inline float adjustFloatForAbsoluteZoom(float value, RenderObject* renderer)
> > [snip]
>
> This helper function seems useless.

I agree. I just followed the pattern used in adjustForAbsoluteZoom(int,RenderObject*).
So I assume you consider adjustForAbsoluteZoom equally useless, and all the calls from dom/Element.cpp and html/HTMLImageElement.cpp should be directed to adjustForAbsoluteZoom(int,RenderStyle*)?
(I'm only asking; I am by no means suggesting that I should do that here...)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list