Bug 107385
Summary: | GraphicsContext::createCompatibleBuffer hasAlpha argument should be an enum | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Horton
PassOwnPtr<ImageBuffer> createCompatibleBuffer(const IntSize&, bool hasAlpha = true) const;
Random bool argument, should be HasAlpha/DoesNotHaveAlpha instead probably.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |