Summary: | Remove redundant calls to ceilToFloat in RenderBlock::computeInlinePreferredLogicalWidths | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> | ||||
Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, eae, esprehn+autocc, glenn, hyatt, kling, koivisto, simon.fraser | ||||
Priority: | P2 | Keywords: | BlinkMergeCandidate | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Ryosuke Niwa
2013-06-10 22:39:58 PDT
Created attachment 204288 [details]
Cleanup
Comment on attachment 204288 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=204288&action=review Looks harmless. r=me > Source/WebCore/rendering/RenderBlock.cpp:6197 > + LayoutUnit cailedIndent = textIndent.ceilToFloat(); Typo, ceiledIndent. Makes sense. Committed r151445: <http://trac.webkit.org/changeset/151445> |