[Webkit-unassigned] [Bug 197002] [GTK] Support transient zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 05:52:21 PDT 2021


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

--- Comment #31 from Alexander Mikhaylenko <alexm at gnome.org> ---
(In reply to Michael Catanzaro from comment #29)
> I think const will suffice here. You probably don't need the constexpr?

../../Source/WebKit/UIProcess/ViewGestureController.h:489:25: error: ‘constexpr’ needed for in-class initialization of static data member ‘const double WebKit::ViewGestureController::minMagnification’ of non-integral type [-fpermissive]

> OK, EWS is sad. Looks like resistanceForDelta would need to become a static
> class function, since it uses these but no longer has access to them.

Indeed, missed that. And indeed, it can be static as well.

-- 
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/20210615/642345fe/attachment.htm>


More information about the webkit-unassigned mailing list