[Webkit-unassigned] [Bug 136884] Remove unused methods from MediaPlayerClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 04:17:25 PDT 2014


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-09-18 04:17:26 PST ---
(In reply to comment #2)
> (From update of attachment 238247 [details])
> 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.

Right, removed it as well. Thanks for the review.

-- 
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