RESOLVED FIXED 57522
Flash of white when a WKView with composited content moves on-screen
https://bugs.webkit.org/show_bug.cgi?id=57522
Summary Flash of white when a WKView with composited content moves on-screen
mitz
Reported 2011-03-30 20:30:22 PDT
<rdar://problem/9005982> When adding a WKView that has composited content into a window’s view hierarchy, sometimes it flashes its background color before displaying the composited content. Patch forthcoming.
Attachments
Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host (2.17 KB, patch)
2011-03-30 20:47 PDT, mitz
mjs: review+
mitz
Comment 1 2011-03-30 20:47:27 PDT
Created attachment 87663 [details] Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host
Maciej Stachowiak
Comment 2 2011-03-30 20:51:21 PDT
Comment on attachment 87663 [details] Ensure that the backing store state is updated upon entering compositing mode, and that the layers are synchronized to the host r=me
mitz
Comment 3 2011-03-30 20:58:56 PDT
Note You need to log in before you can comment on or make changes to this bug.