[Webkit-unassigned] [Bug 136884] Remove unused methods from MediaPlayerClient
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 17 12:19:17 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136884
Eric Carlson <eric.carlson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #238247|review? |review+
Flag| |
--- Comment #2 from Eric Carlson <eric.carlson at apple.com> 2014-09-17 12:19:18 PST ---
(From update of attachment 238247)
View in context: https://bugs.webkit.org/attachment.cgi?id=238247&action=review
> Source/WebCore/html/HTMLMediaElement.cpp:5664
> IntRect HTMLMediaElement::mediaPlayerWindowClipRect()
> {
> - return mediaPlayerOwningDocument()->view()->windowClipRect();
> + return document().view()->windowClipRect();
> }
It looks like this can be removed from here and MediaPlayerClient, it isn't called by MediaPlayer.
--
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