Bug 196124

Summary: Clean up some TiledCoreAnimationDrawingArea members
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2019-03-21 18:54:55 PDT
Clean up some TiledCoreAnimationDrawingArea members
Comment 1 Simon Fraser (smfr) 2019-03-21 18:55:32 PDT
Created attachment 365663 [details]
Patch
Comment 2 Simon Fraser (smfr) 2019-03-21 19:04:07 PDT
Comment on attachment 365663 [details]
Patch

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

> Source/WebKit/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:698
> -    [m_rootLayer setSublayerTransform:m_transform];
> +    [m_rootLayer setSublayerTransform:CATransform3DIdentity]; // FIXME: is this necessary?

This can be removed.
Comment 3 Simon Fraser (smfr) 2019-03-21 21:23:01 PDT
https://trac.webkit.org/r243360
Comment 4 Radar WebKit Bug Importer 2019-03-21 21:30:46 PDT
<rdar://problem/49138635>