Bug 176779

Summary: Remove RenderElement::isCSSAnimating boolean
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, cdumez, commit-queue, kling, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch none

Description Antti Koivisto 2017-09-12 05:45:32 PDT
This optimization can be replaced with a simple style test that doesn't require keeping two sources of truth in sync.
Comment 1 Antti Koivisto 2017-09-12 05:54:28 PDT
Created attachment 320539 [details]
patch
Comment 2 Antti Koivisto 2017-09-12 05:57:00 PDT
Created attachment 320540 [details]
patch
Comment 3 Andreas Kling 2017-09-12 07:32:11 PDT
Comment on attachment 320540 [details]
patch

r=me
Comment 4 WebKit Commit Bot 2017-09-12 08:31:44 PDT
Comment on attachment 320540 [details]
patch

Clearing flags on attachment: 320540

Committed r221916: <http://trac.webkit.org/changeset/221916>
Comment 5 WebKit Commit Bot 2017-09-12 08:31:46 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-09-27 12:33:22 PDT
<rdar://problem/34693477>