[webkit-reviews] review granted: [Bug 232020] CSSPropertyZoom needs wrapper that ensures it's always blended into a positive value. : [Attachment 442001] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 02:58:35 PDT 2021


Antti Koivisto <koivisto at iki.fi> has granted Antoine Quint
<graouts at webkit.org>'s request for review:
Bug 232020: CSSPropertyZoom needs wrapper that ensures it's always blended into
a positive value.
https://bugs.webkit.org/show_bug.cgi?id=232020

Attachment 442001: Patch

https://bugs.webkit.org/attachment.cgi?id=442001&action=review




--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 442001
  --> https://bugs.webkit.org/attachment.cgi?id=442001
Patch

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

> Source/WebCore/animation/CSSPropertyAnimation.cpp:2140
> +    enum class ValueRange : uint8_t {
> +	   All,
> +	   NonNegative,
> +	   Positive
> +    };

Nice


More information about the webkit-reviews mailing list