Chromium Code Reviews| Index: include/core/SkLights.h |
| diff --git a/include/core/SkLights.h b/include/core/SkLights.h |
| index 0a4fb8153e6735ca32fbe5ede5bf6b0546af89b3..c5c54276a39597909ff53a0465a6e97fee5a8743 100644 |
| --- a/include/core/SkLights.h |
| +++ b/include/core/SkLights.h |
| @@ -61,7 +61,7 @@ public: |
| } |
| } |
| - const sk_sp<SkLights> finish() { |
|
egdaniel
2016/06/03 15:52:48
Why remove const here? Is this something where we
robertphillips
2016/06/03 16:35:31
We discussed in person. The consensus is that sk_s
|
| + sk_sp<SkLights> finish() { |
| return fLights; |
| } |