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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 06:00:51 PDT 2021


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

--- Comment #34 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 431428
  --> https://bugs.webkit.org/attachment.cgi?id=431428
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=431428&action=review

> Source/WebKit/UIProcess/ViewGestureController.h:294
> +    static double ViewGestureController::resistanceForDelta(double deltaScale, double currentScale) const;

Next build failure is due to the extra qualification, should be:

static double resistanceForDelta(double deltaScale, double currentScale) const;

-- 
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/8f1d9b7a/attachment.htm>


More information about the webkit-unassigned mailing list