Bug 189762

Summary: [Web Animations] Provide a way to query accelerated animations for internal testing
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Antoine Quint
Reported 2018-09-19 12:35:44 PDT
[Web Animations] Provide a way to query accelerated animations for internal testing
Attachments
Patch (9.83 KB, patch)
2018-09-19 12:37 PDT, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2018-09-19 12:37:24 PDT
Dean Jackson
Comment 2 2018-09-19 16:50:44 PDT
Comment on attachment 350142 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=350142&action=review > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:4245 > + const auto& propertyAnimations = it.value; Is there a benefit to saying const? > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:174 > + WEBCORE_EXPORT Vector<std::pair<String, double>> acceleratedAnimationsForTesting() const override; This could probably be final.
Antoine Quint
Comment 3 2018-09-20 00:33:49 PDT
Radar WebKit Bug Importer
Comment 4 2018-09-20 00:35:29 PDT
Note You need to log in before you can comment on or make changes to this bug.