[Webkit-unassigned] [Bug 155750] [GTK] Add kinetic scrolling
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 08:44:08 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=155750
Carlos Garcia Campos <cgarcia at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #282129|review? |review+, commit-queue-
Flags| |
--- Comment #40 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 282129
--> https://bugs.webkit.org/attachment.cgi?id=282129
[GTK] Add kinetic scrolling
View in context: https://bugs.webkit.org/attachment.cgi?id=282129&action=review
> Source/WebCore/platform/ScrollAnimationKinetic.h:74
> + Optional<PerAxisData> m_horizontalData { Nullopt };
> + Optional<PerAxisData> m_verticalData { Nullopt };
You don't need to initialize these, the constructor already sets is to Nullopt.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160627/0f29bd7b/attachment.html>
More information about the webkit-unassigned
mailing list