[webkit-reviews] review granted: [Bug 23361] Optimize images in layer when using accelerated compositing : [Attachment 28954] extracted patch for animated gif updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 25 17:27:27 PDT 2009


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 23361: Optimize images in layer when using accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=23361

Attachment 28954: extracted patch for animated gif updates
https://bugs.webkit.org/attachment.cgi?id=28954&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
> +#if USE(ACCELERATED_COMPOSITING)
> +	   if (hasLayer()) {
> +	       // tell any potential compositing layers
> +	       // that the image needs updating.
> +	       layer()->rendererContentChanged();

Sentence case for the comment, please (and you can probably put it on one
line).


More information about the webkit-reviews mailing list