Bug 83803

Summary: Make AccessibilityObject::size non-virtual and fix platform accessibility code's LayoutUnit usage
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, cfleizach, eae, eric, jchaffraix, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch none

Description Levi Weintraub 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.
Comment 1 Levi Weintraub 2012-04-12 12:11:37 PDT
Created attachment 136951 [details]
Patch
Comment 2 Levi Weintraub 2012-04-12 13:08:51 PDT
Thanks Eric!
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-04-12 13:57:09 PDT
All reviewed patches have been landed.  Closing bug.