Chromium Code Reviews| Index: src/sksl/ir/SkSLVariable.h |
| diff --git a/src/sksl/ir/SkSLVariable.h b/src/sksl/ir/SkSLVariable.h |
| index 39af3093b6ab20ce53e35501b00906c88075344e..217b1006b6ce4d6911f3b971f6c3460c1fc305f1 100644 |
| --- a/src/sksl/ir/SkSLVariable.h |
| +++ b/src/sksl/ir/SkSLVariable.h |
| @@ -40,7 +40,7 @@ struct Variable : public Symbol { |
| return fModifiers.description() + fType.fName + " " + fName; |
| } |
| - const Modifiers fModifiers; |
| + mutable Modifiers fModifiers; |
| const Type& fType; |
| const Storage fStorage; |