Bug 58400 - Make availableWidth and totalOverhangWidth in findNextLineBreak member variables of LineWidth
Summary: Make availableWidth and totalOverhangWidth in findNextLineBreak member variab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57779
  Show dependency treegraph
 
Reported: 2011-04-12 17:17 PDT by Ryosuke Niwa
Modified: 2011-04-12 19:13 PDT (History)
2 users (show)

See Also:


Attachments
cleanup (18.10 KB, patch)
2011-04-12 17:28 PDT, Ryosuke Niwa
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-04-12 17:17:05 PDT
This is a cleanup.
Comment 1 Ryosuke Niwa 2011-04-12 17:28:27 PDT
Created attachment 89314 [details]
cleanup
Comment 2 Ryosuke Niwa 2011-04-12 17:29:22 PDT
I'm going to merge LineOffsets and LineWidth in the next patch.
Comment 3 Eric Seidel (no email) 2011-04-12 18:14:07 PDT
Comment on attachment 89314 [details]
cleanup

LGTM.  This is going to be so beautiful when you're done. :)
Comment 4 Ryosuke Niwa 2011-04-12 18:40:41 PDT
(In reply to comment #3)
> (From update of attachment 89314 [details])
> LGTM.  This is going to be so beautiful when you're done. :)

I know :D
Comment 5 Ryosuke Niwa 2011-04-12 19:13:38 PDT
Committed r83684: <http://trac.webkit.org/changeset/83684>