[webkit-reviews] review granted: [Bug 33455] Allows plugins to participate in accelerated compositing : [Attachment 46248] Part 1 patch: some preparatory renaming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 10 17:34:22 PST 2010


Darin Adler <darin at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 33455: Allows plugins to participate in accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=33455

Attachment 46248: Part 1 patch: some preparatory renaming
https://bugs.webkit.org/attachment.cgi?id=46248&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> -	       videoGraphicsLayer->setContentsToVideo((PlatformLayer
*)m_qtVideoLayer.get());
> +	       videoGraphicsLayer->setContentsToMedia((PlatformLayer
*)m_qtVideoLayer.get());

> -	       videoGraphicsLayer->setContentsToVideo((PlatformLayer
*)m_qtVideoLayer.get());
> +	       videoGraphicsLayer->setContentsToMedia((PlatformLayer
*)m_qtVideoLayer.get());

C++ style cast instead?


More information about the webkit-reviews mailing list