[Webkit-unassigned] [Bug 244128] Add experimental feature to disable image animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 16:46:22 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244128

--- Comment #8 from Chris Dumez <cdumez at apple.com> ---
(In reply to Joshua Hoffman from comment #7)
> (In reply to Chris Dumez from comment #6)
> > Comment on attachment 461738 [details]
> > Patch
> 
> Thanks for all of the comments!
> 
> > 
> > > Source/WebCore/page/Page.cpp:4109
> > > +bool Page::isAllAnimationPaused()
> > 
> > Should probably be inlined in the header given how trivial it is.
> > 
> 
> The style checker gave me an error earlier when trying to WEBCORE_EXPORT an
> inline method. Is this expected?

Just make it inline and DON'T add WEBCORE_EXPORT. There is no need to export an inline function.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220819/fe092e58/attachment.htm>


More information about the webkit-unassigned mailing list