Chromium Code Reviews| Index: src/core/Sk4x.h |
| diff --git a/src/core/Sk4x.h b/src/core/Sk4x.h |
| index 324ecc4bd8ce5eb342dbce1b9b3cf90178d2de19..c72583abcd2e2c3cd2c41bdd6f6ad6a49aaef9aa 100644 |
| --- a/src/core/Sk4x.h |
| +++ b/src/core/Sk4x.h |
| @@ -93,6 +93,8 @@ public: |
| static Sk4x Max(const Sk4x& a, const Sk4x& b); |
| // Swizzles, where this == abcd. |
| + Sk4x aacc() const; |
| + Sk4x bbdd() const; |
| Sk4x badc() const; |
| private: |