Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit db4f334

Browse files
committed
removed asserts
1 parent bbe7dd8 commit db4f334

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

display_list/dl_color.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ struct DlColor {
4141
red_(red),
4242
green_(green),
4343
blue_(blue),
44-
color_space_(colorspace) {
45-
FML_DCHECK(alpha >= 0.0);
46-
FML_DCHECK(alpha <= 1.0);
47-
}
44+
color_space_(colorspace) {}
4845

4946
/// @brief Construct a 32 bit color from floating point R, G, B, and A color
5047
/// channels.

0 commit comments

Comments
 (0)