[Webkit-unassigned] [Bug 70076] [chromium] Make it possible for plugins to get current fullscreen element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 23:52:59 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70076


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110969|review?                     |review+
               Flag|                            |




--- Comment #6 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-10-13 23:52:59 PST ---
(From update of attachment 110969)
View in context: https://bugs.webkit.org/attachment.cgi?id=110969&action=review

> Source/WebKit/chromium/src/WebDocument.cpp:195
> +    Element* fullScreenElement = constUnwrap<Document>()->webkitCurrentFullScreenElement();

I believe the following should work too:

  return WebElement(constUnwrap<Document>()->webkitCurrentFullScreenElement());

It can handle being initialized with a NULL Element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list