Bug 169507

Summary: Fix memory estimate for layers supporting subpixel-antialised text
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

Description Simon Fraser (smfr) 2017-03-10 20:48:33 PST
Fix memory estimate for layers supporting subpixel-antialised text
Comment 1 Simon Fraser (smfr) 2017-03-10 20:49:52 PST
Created attachment 304124 [details]
Patch
Comment 2 Alexey Proskuryakov 2017-03-10 22:18:27 PST
Comment on attachment 304124 [details]
Patch

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

> Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:1197
> +#if (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 90300)

Please remove the outmost parentheses.

> Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:1202
> +#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200)

Please remove the outmost parentheses.
Comment 3 Simon Fraser (smfr) 2017-03-14 16:06:01 PDT
https://trac.webkit.org/changeset/213767