[webkit-reviews] review granted: [Bug 126705] [Mac] Scrubbing performance of HD content with software decoding is poor. : [Attachment 220761] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 13:19:34 PST 2014


Eric Carlson <eric.carlson at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 126705: [Mac] Scrubbing performance of HD content with software decoding is
poor.
https://bugs.webkit.org/show_bug.cgi?id=126705

Attachment 220761: Patch
https://bugs.webkit.org/attachment.cgi?id=220761&action=review

------- Additional Comments from Eric Carlson <eric.carlson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=220761&action=review


>
Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cp
p:277
> +	   m_pendingSeek =
std::bind(&MediaPlayerPrivateAVFoundation::seekWithTolerance, this, time,
negativeTolerance, positiveTolerance);

Can you just use a C++11 lambda here
(https://bugs.webkit.org/show_bug.cgi?id=126639 implies we are going away from
bind())?


More information about the webkit-reviews mailing list