Fix usage of subpixel units in RenderScrollbar::buttonRect and RenderScrollbar::trackRect.
Created attachment 131422 [details] Patch
Comment on attachment 131422 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131422&action=review > Source/WebCore/ChangeLog:16 > + Add dummy isIntegerValue function, will be replaced with actual > + implementation once LayoutUnit is remapped to FractionalLayoutUnit. What is this actual implementation going to do? Check that the value is mod 60?
(In reply to comment #2) > (From update of attachment 131422 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=131422&action=review > > > Source/WebCore/ChangeLog:16 > > + Add dummy isIntegerValue function, will be replaced with actual > > + implementation once LayoutUnit is remapped to FractionalLayoutUnit. > > What is this actual implementation going to do? Check that the value is mod 60? Yup :)
Created attachment 131431 [details] Patch for landing
(Fixed typo in ChangeLog)
Comment on attachment 131431 [details] Patch for landing Clearing flags on attachment: 131431 Committed r110505: <http://trac.webkit.org/changeset/110505>
All reviewed patches have been landed. Closing bug.