Summary: | Clean up some TiledCoreAnimationDrawingArea members | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | 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
Simon Fraser (smfr)
2019-03-21 18:54:55 PDT
Created attachment 365663 [details]
Patch
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. |