RESOLVED FIXED Bug 83803
Make AccessibilityObject::size non-virtual and fix platform accessibility code's LayoutUnit usage
https://bugs.webkit.org/show_bug.cgi?id=83803
Summary Make AccessibilityObject::size non-virtual and fix platform accessibility cod...
Levi Weintraub
Reported 2012-04-12 12:06:08 PDT
AccessibilityObject has a virtual size() method, but all overloads do the same thing. Removing the virtual modifier and all overloaded copies of the function, adding a pixelSnappedSize method, and using it for platform code.
Attachments
Patch (11.65 KB, patch)
2012-04-12 12:11 PDT, Levi Weintraub
no flags
Levi Weintraub
Comment 1 2012-04-12 12:11:37 PDT
Levi Weintraub
Comment 2 2012-04-12 13:08:51 PDT
Thanks Eric!
WebKit Review Bot
Comment 3 2012-04-12 13:57:04 PDT
Comment on attachment 136951 [details] Patch Clearing flags on attachment: 136951 Committed r114031: <http://trac.webkit.org/changeset/114031>
WebKit Review Bot
Comment 4 2012-04-12 13:57:09 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.