Bug 107385

Summary: GraphicsContext::createCompatibleBuffer hasAlpha argument should be an enum
Product: WebKit Reporter: Tim Horton <thorton>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Tim Horton
Reported 2013-01-19 16:57:30 PST
PassOwnPtr<ImageBuffer> createCompatibleBuffer(const IntSize&, bool hasAlpha = true) const; Random bool argument, should be HasAlpha/DoesNotHaveAlpha instead probably.
Attachments
Note You need to log in before you can comment on or make changes to this bug.