[Webkit-unassigned] [Bug 45522] Remove unnecessary constraint in WebCore of choosing either text zoom or full page zoom.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 18:15:00 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67275|review?                     |review+
               Flag|                            |




--- Comment #18 from Darin Adler <darin at apple.com>  2010-09-10 18:14:59 PST ---
(From update of attachment 67275)
> +    float textZoomFactor() const  { return m_textZoomFactor; }

Extra space here after const.

Longer term you should find a way to make it efficient to set both zoom factors separately, presumably by making sure the style recalculation is deferred, and eliminate the function to do both at once.

r=me

-- 
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