Bug 152859 - Remove unused shouldAntialias parameter from GraphicsContext::computeLineBoundsAndAntialiasingModeForText()
Summary: Remove unused shouldAntialias parameter from GraphicsContext::computeLineBoun...
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: 2016-01-07 14:16 PST by zalan
Modified: 2016-01-07 15:16 PST (History)
2 users (show)

See Also:


Attachments
Patch (6.10 KB, patch)
2016-01-07 14:17 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-01-07 14:16:44 PST
SSIA.
Comment 1 zalan 2016-01-07 14:17:50 PST
Created attachment 268488 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-01-07 14:23:13 PST
Comment on attachment 268488 [details]
Patch

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

> Source/WebCore/platform/graphics/GraphicsContext.h:553
> +    FloatRect computeLineBoundsAndAntialiasingModeForText(const FloatPoint&, float width, bool printing,  Color&);

Is Color an out param?
Comment 3 zalan 2016-01-07 14:24:23 PST
(In reply to comment #2)
> Comment on attachment 268488 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=268488&action=review
> 
> > Source/WebCore/platform/graphics/GraphicsContext.h:553
> > +    FloatRect computeLineBoundsAndAntialiasingModeForText(const FloatPoint&, float width, bool printing,  Color&);
> 
> Is Color an out param?
It is.
Comment 4 WebKit Commit Bot 2016-01-07 15:16:07 PST
Comment on attachment 268488 [details]
Patch

Clearing flags on attachment: 268488

Committed r194731: <http://trac.webkit.org/changeset/194731>
Comment 5 WebKit Commit Bot 2016-01-07 15:16:10 PST
All reviewed patches have been landed.  Closing bug.