Bug 215241 - Avoid triggering redundant compositing updates when trying ot run a steps() animation on transform
Summary: Avoid triggering redundant compositing updates when trying ot run a steps() a...
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: 2020-08-06 14:16 PDT by Simon Fraser (smfr)
Modified: 2020-08-24 03:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.17 KB, patch)
2020-08-06 14:22 PDT, Simon Fraser (smfr)
zalan: 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) 2020-08-06 14:16:05 PDT
Avoid triggering redundant compositing updates when trying ot run a steps() animation on transform
Comment 1 Simon Fraser (smfr) 2020-08-06 14:22:01 PDT
Created attachment 406114 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-08-06 14:22:04 PDT
<rdar://problem/62737868>
Comment 3 Simon Fraser (smfr) 2020-08-06 17:58:57 PDT
http://trac.webkit.org/changeset/265358/webkit
Comment 4 Antoine Quint 2020-08-24 03:37:48 PDT
Comment on attachment 406114 [details]
Patch

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

> LayoutTests/animations/steps-transform-rendering-updates-expected.txt:2
> -PASS count < 6 is true
> +FAIL count < 6 should be true. Was false.

We shouldn't have a FAIL in one of the test outputs.