[webkit-reviews] review granted: [Bug 196126] REGRESSION (r242687): Flicker when pinch-zooming pages in macOS Safari : [Attachment 365667] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 09:11:49 PDT 2019


Antti Koivisto <koivisto at iki.fi> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 196126: REGRESSION (r242687): Flicker when pinch-zooming pages in macOS
Safari
https://bugs.webkit.org/show_bug.cgi?id=196126

Attachment 365667: Patch

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




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

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

> Source/WebKit/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h:91
> +    enum class FlushingForTransientZoom { Yes, No };

Something like

enum class FlushType { Normal, TransientZoom };

is another option here.


More information about the webkit-reviews mailing list