Bug 44525

Summary: Accelerated 2D canvas should work without accelerated compositing
Product: WebKit Reporter: Stephen White <senorblanco>
Component: Layout and RenderingAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, jamesr, kbr, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch
none
Patch kbr: review+

Description Stephen White 2010-08-24 08:39:37 PDT
It should be possible to run with --enable-accelerated-2d-canvas but not --enable-accelerated-compositing.  It doesn't have to be fast (will use readback and software compositing), but it should work.
Comment 1 Stephen White 2010-08-24 09:02:11 PDT
Created attachment 65279 [details]
Patch
Comment 2 WebKit Review Bot 2010-08-24 09:53:34 PDT
Attachment 65279 [details] did not build on gtk:
Build output: http://queues.webkit.org/results/3776570
Comment 3 Stephen White 2010-08-24 10:34:19 PDT
Created attachment 65293 [details]
Patch
Comment 4 James Robinson 2010-08-24 10:35:33 PDT
Looks good to me!
Comment 5 Kenneth Russell 2010-08-24 11:52:35 PDT
Comment on attachment 65293 [details]
Patch

Looks good to me.
Comment 6 Stephen White 2010-08-24 12:17:47 PDT
Committed r65921: <http://trac.webkit.org/changeset/65921>