Bug 85248 - RenderObject incorrectly lists maximalOutlineSize as a LayoutUnit
Summary: RenderObject incorrectly lists maximalOutlineSize as a LayoutUnit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Levi Weintraub
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2012-04-30 17:27 PDT by Levi Weintraub
Modified: 2012-04-30 19:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.21 KB, patch)
2012-04-30 17:48 PDT, Levi Weintraub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Levi Weintraub 2012-04-30 17:27:58 PDT
maximalOutlineSize is dirty rect slop that doesn't need to accumulate error. It also derives its value from RenderView's value, which is already an integer.
Comment 1 Levi Weintraub 2012-04-30 17:48:53 PDT
Created attachment 139553 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-04-30 17:49:29 PDT
Comment on attachment 139553 [details]
Patch

OK.
Comment 3 Levi Weintraub 2012-04-30 17:50:27 PDT
A new record!!!! 36 seconds!
Comment 4 WebKit Review Bot 2012-04-30 19:15:06 PDT
Comment on attachment 139553 [details]
Patch

Clearing flags on attachment: 139553

Committed r115701: <http://trac.webkit.org/changeset/115701>
Comment 5 WebKit Review Bot 2012-04-30 19:15:10 PDT
All reviewed patches have been landed.  Closing bug.