Bug 152148 - TextPainter: Add support for painting multiple text runs.
Summary: TextPainter: Add support for painting multiple text runs.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-10 12:58 PST by zalan
Modified: 2015-12-10 15:37 PST (History)
6 users (show)

See Also:


Attachments
Patch (21.58 KB, patch)
2015-12-10 13:03 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (21.58 KB, patch)
2015-12-10 13:23 PST, zalan
zalan: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-12-10 12:58:37 PST
This is in preparation for adding simple line layout as a client.
Comment 1 zalan 2015-12-10 13:03:10 PST
Created attachment 267123 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-12-10 13:18:02 PST
Comment on attachment 267123 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=267123&action=review

> Source/WebCore/ChangeLog:3
> +        TextPainter: Add support for multiple text run paintings.

...for painting multiple text runs
Comment 3 zalan 2015-12-10 13:23:58 PST
Created attachment 267126 [details]
Patch
Comment 4 zalan 2015-12-10 15:31:04 PST
Committed r193929: <http://trac.webkit.org/changeset/193929>