RESOLVED FIXED 196126
REGRESSION (r242687): Flicker when pinch-zooming pages in macOS Safari
https://bugs.webkit.org/show_bug.cgi?id=196126
Summary REGRESSION (r242687): Flicker when pinch-zooming pages in macOS Safari
Simon Fraser (smfr)
Reported Friday, March 22, 2019 3:07:32 AM UTC
REGRESSION (r242687): Flicker when pinch-zooming pages in macOS Safari
Attachments
Patch (5.10 KB, patch)
2019-03-21 19:08 PDT, Simon Fraser (smfr)
no flags
Patch (5.13 KB, patch)
2019-03-21 19:12 PDT, Simon Fraser (smfr)
koivisto: review+
Simon Fraser (smfr)
[+]
Comment 1 Friday, March 22, 2019 3:08:29 AM UTC Comment hidden (obsolete)
Simon Fraser (smfr)
Comment 2 Friday, March 22, 2019 3:08:31 AM UTC
EWS Watchlist
[+]
Comment 3 Friday, March 22, 2019 3:10:25 AM UTC Comment hidden (obsolete)
Simon Fraser (smfr)
Comment 4 Friday, March 22, 2019 3:12:46 AM UTC
Antti Koivisto
Comment 5 Friday, March 22, 2019 5:11:49 PM UTC
Comment on attachment 365667 [details] 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.
Simon Fraser (smfr)
Comment 6 Friday, March 22, 2019 5:39:30 PM UTC
Simon Fraser (smfr)
Comment 7 Tuesday, March 26, 2019 12:11:37 AM UTC
Note You need to log in before you can comment on or make changes to this bug.