RESOLVED FIXED157489
Clean up iOS text autosizing code
https://bugs.webkit.org/show_bug.cgi?id=157489
Summary Clean up iOS text autosizing code
Simon Fraser (smfr)
Reported 2016-05-09 14:12:21 PDT
Clean up iOS text autosizing code
Attachments
Patch (12.11 KB, patch)
2016-05-09 14:13 PDT, Simon Fraser (smfr)
zalan: review+
zalan: commit-queue-
Simon Fraser (smfr)
Comment 1 2016-05-09 14:13:07 PDT
alan
Comment 2 2016-05-09 14:32:21 PDT
Comment on attachment 278438 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=278438&action=review > Source/WebCore/rendering/RenderElement.cpp:2174 > + const RenderStyle& style = renderer.style(); use auto please. > Source/WebCore/rendering/TextAutoSizing.cpp:102 > + RenderText& renderText = downcast<RenderText>(*autoSizingNode->renderer()); auto. > Source/WebCore/rendering/TextAutoSizing.cpp:111 > + RenderText* text = downcast<RenderText>(autoSizingNode->renderer()); auto. > Source/WebCore/rendering/TextAutoSizing.cpp:171 > + RenderText* text = downcast<RenderText>(autoSizingNode->renderer()); auto.
Simon Fraser (smfr)
Comment 3 2016-05-09 14:57:45 PDT
Note You need to log in before you can comment on or make changes to this bug.