Skip to content

Commit

Permalink
Improve performance of InvertedMatteLayer (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenfei1991 authored May 16, 2022
1 parent c847ae3 commit a7defe0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ final class InvertedMatteLayer: CALayer, CompositionLayerDelegate {
let wrapperLayer = CALayer()

func frameUpdated(frame _: CGFloat) {
setNeedsDisplay()
displayIfNeeded()
}

Expand Down

0 comments on commit a7defe0

Please sign in to comment.