RESOLVED FIXED 189762
[Web Animations] Provide a way to query accelerated animations for internal testing
https://bugs.webkit.org/show_bug.cgi?id=189762
Summary [Web Animations] Provide a way to query accelerated animations for internal t...
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.