NEW 107385
GraphicsContext::createCompatibleBuffer hasAlpha argument should be an enum
https://bugs.webkit.org/show_bug.cgi?id=107385
Summary GraphicsContext::createCompatibleBuffer hasAlpha argument should be an enum
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.