RESOLVED FIXED121707
Refactoring LineBreaker and RenderTextInfo out of RenderBlock.h
https://bugs.webkit.org/show_bug.cgi?id=121707
Summary Refactoring LineBreaker and RenderTextInfo out of RenderBlock.h
Zoltan Horvath
Reported 2013-09-20 13:08:04 PDT
LineBreaker and RenderTextInfo are defined in RenderBlock.h, but only used in RenderBlockLineLayout.cpp. Moving them there (LineBreaker needs to be a friend class of RenderBlock) in the first step in the process of refactoring LineBreaker::NextSegmentBreak into more manageable chunks.
Attachments
proposed patch (10.07 KB, patch)
2013-09-20 13:14 PDT, Zoltan Horvath
no flags
Zoltan Horvath
Comment 1 2013-09-20 13:14:30 PDT
Created attachment 212211 [details] proposed patch
Dave Hyatt
Comment 2 2013-09-20 13:53:45 PDT
Comment on attachment 212211 [details] proposed patch r=me
WebKit Commit Bot
Comment 3 2013-09-20 14:16:45 PDT
Comment on attachment 212211 [details] proposed patch Clearing flags on attachment: 212211 Committed r156199: <http://trac.webkit.org/changeset/156199>
WebKit Commit Bot
Comment 4 2013-09-20 14:16:47 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.