Bug 178613 - Write InlineTextBox::paintCompositionUnderline() in terms of InlineTextBox::localSelectionRectWithClampedPositions()
Summary: Write InlineTextBox::paintCompositionUnderline() in terms of InlineTextBox::l...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on: 178232
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-20 19:44 PDT by Daniel Bates
Modified: 2017-11-12 22:53 PST (History)
5 users (show)

See Also:


Attachments
Patch (7.37 KB, patch)
2017-10-20 19:51 PDT, Daniel Bates
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2017-10-20 19:44:01 PDT
Following up from bug #178232 we should write InlineTextBox::paintCompositionUnderline() in terms of InlineTextBox::localSelectionRectWithClampedPositions().
Comment 1 Radar WebKit Bug Importer 2017-10-20 19:44:37 PDT
<rdar://problem/35107859>
Comment 2 Daniel Bates 2017-10-20 19:51:24 PDT
Created attachment 324481 [details]
Patch