RESOLVED FIXED 127875
Add IsVisibleOrOccluded to ViewState
https://bugs.webkit.org/show_bug.cgi?id=127875
Summary Add IsVisibleOrOccluded to ViewState
Gavin Barraclough
Reported 2014-01-29 17:23:54 PST
If a plugin is occluded we should not treat it as non-visible, since it may be occluding itself with a fullscreen window! So for plugins we want to know, is the window visible OR occluded.
Attachments
Fix (7.48 KB, patch)
2014-01-29 17:28 PST, Gavin Barraclough
andersca: review+
Gavin Barraclough
Comment 1 2014-01-29 17:28:39 PST
Anders Carlsson
Comment 2 2014-01-29 17:34:37 PST
Comment on attachment 222610 [details] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=222610&action=review > Source/WebKit2/UIProcess/PageClient.h:108 > + // Return whether the view is visible, or occulded by another window. Occulded.
Gavin Barraclough
Comment 3 2014-01-29 18:05:28 PST
Transmitting file data ......... Committed revision 163061.
Note You need to log in before you can comment on or make changes to this bug.