Bug 196124 - Clean up some TiledCoreAnimationDrawingArea members
Summary: Clean up some TiledCoreAnimationDrawingArea members
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-21 18:54 PDT by Simon Fraser (smfr)
Modified: 2019-03-21 21:30 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.10 KB, patch)
2019-03-21 18:55 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>