Bug 176779 - Remove RenderElement::isCSSAnimating boolean
Summary: Remove RenderElement::isCSSAnimating boolean
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-12 05:45 PDT by Antti Koivisto
Modified: 2017-09-27 12:33 PDT (History)
7 users (show)

See Also:


Attachments
patch (11.98 KB, patch)
2017-09-12 05:54 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (12.49 KB, patch)
2017-09-12 05:57 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>