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 2019-03-21 19:07:32 PDT
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 2019-03-21 19:08:29 PDT Comment hidden (obsolete)
Simon Fraser (smfr)
Comment 2 2019-03-21 19:08:31 PDT
EWS Watchlist
Comment 3 2019-03-21 19:10:25 PDT Comment hidden (obsolete)
Simon Fraser (smfr)
Comment 4 2019-03-21 19:12:46 PDT
Antti Koivisto
Comment 5 2019-03-22 09:11:49 PDT
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 2019-03-22 09:39:30 PDT
Simon Fraser (smfr)
Comment 7 2019-03-25 16:11:37 PDT
Note You need to log in before you can comment on or make changes to this bug.