Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[iOS WK2] Avoid setting contentsScale and rasterizationScale on CATra…
…nsformLayers https://bugs.webkit.org/show_bug.cgi?id=172569 Reviewed by Dean Jackson. Setting contentsScale and rasterizationScale on CATransformLayers is a waste of CPU time, and triggers unwanted logging, so don't do it. * WebProcess/WebPage/mac/PlatformCALayerRemote.cpp: (WebKit::PlatformCALayerRemote::PlatformCALayerRemote): Canonical link: https://commits.webkit.org/189506@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@217442 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information