Bug 80451

Summary: [chromium] Change the minimum accelerated canvas size to be > 256*256
Product: WebKit Reporter: Vangelis Kokkevis <vangelis>
Component: WebCore Misc.Assignee: Vangelis Kokkevis <vangelis>
Status: RESOLVED FIXED    
Severity: Normal CC: senorblanco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch senorblanco: review+

Description Vangelis Kokkevis 2012-03-06 16:06:35 PST
Currently we accelerate canvas rendering for canvas sizes > 128 * 128 .  While we are working on resolving path rendering perf issues, we should bump up that number to 256 * 256 to avoid slowdowns with small-ish canvas' (e.g. the ones used by Google Maps API V3).
Comment 1 Vangelis Kokkevis 2012-03-06 16:14:18 PST
Created attachment 130462 [details]
Patch
Comment 2 Stephen White 2012-03-06 16:14:54 PST
Comment on attachment 130462 [details]
Patch

OK.  r=me
Comment 3 Vangelis Kokkevis 2012-03-06 16:17:11 PST
Committed r109973: <http://trac.webkit.org/changeset/109973>