[Webkit-unassigned] [Bug 107804] [mac] ImageBuffer should create accelerated buffers for small canvases, but we shouldn't force them to create compositing layers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 14:52:55 PST 2013


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #185582|review?                     |review-
               Flag|                            |




--- Comment #9 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-30 14:54:54 PST ---
(From update of attachment 185582)
View in context: https://bugs.webkit.org/attachment.cgi?id=185582&action=review

> Source/WTF/wtf/Platform.h:1218
> +#if !PLATFORM(MAC) && !PLATFORM(IOS)
> +#define WTF_USE_COMPOSITING_FOR_SMALL_CANVASES 1
> +#endif

Please don't cause megawatts of energy use in making us all rebuild because of this #ifdef that's only used in one place.

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