Bug 44279 - [CHROMIUM] Assert w/canvas image draw
Summary: [CHROMIUM] Assert w/canvas image draw
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Stephen White
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 11:33 PDT by Stephen White
Modified: 2010-08-19 16:43 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.54 KB, patch)
2010-08-19 11:49 PDT, Stephen White
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2010-08-19 11:33:18 PDT
Open http://ie.microsoft.com/testdrive/Performance/HamsterDanceRevolution/Default.html in a Debug Win chrome build w/--enable-accelerated-compositing and --enable-accelerated-2d-canvas
Start game, assert in ImageSkia.cpp:422.

Open LayoutTests/fast/canvas/arc360.html
No arc is drawn.
Comment 1 Stephen White 2010-08-19 11:49:05 PDT
Created attachment 64882 [details]
Patch
Comment 2 James Robinson 2010-08-19 12:34:17 PDT
I'm not a reviewer, but this looks great to me.
Comment 3 Kenneth Russell 2010-08-19 13:14:05 PDT
Comment on attachment 64882 [details]
Patch

Looks good to me.
Comment 4 Stephen White 2010-08-19 14:13:43 PDT
Committed r65700: <http://trac.webkit.org/changeset/65700>