Chromium Code Reviews| Index: include/core/SkMath.h |
| diff --git a/include/core/SkMath.h b/include/core/SkMath.h |
| index fe968fd1793aa782bcca99e4b24f2e19237aaef0..cc274612901fc9ffdfd043d46834b4378fb48797 100644 |
| --- a/include/core/SkMath.h |
| +++ b/include/core/SkMath.h |
| @@ -12,6 +12,12 @@ |
| #include "SkTypes.h" |
| +/////////////////////////////////////////////////////////////////////////////// |
| + |
| +enum { kMask_00FF00FF = 0xFF00FF }; |
|
reed1
2014/05/12 14:48:07
I think we should just use 0xFF00FF where the site
pasko
2014/05/12 15:06:19
I agree. Done. Also removed one commented-out left
|
| + |
| +/////////////////////////////////////////////////////////////////////////////// |
| + |
| // 64bit -> 32bit utilities |
| /** |