Bug 138026 - Rename Color::hasAlpha() to something more accurate
Summary: Rename Color::hasAlpha() to something more accurate
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-23 15:36 PDT by Myles C. Maxfield
Modified: 2014-10-23 15:36 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-10-23 15:36:09 PDT
The function tests if the color is not opaque. Naively, I would expect a color with 255 alpha to "have alpha;" therefore the name is confusing.