Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: include/core/SkLights.h

Issue 2127233002: Added the framework for having canvas/recorder/picture record depth_set's. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Updated comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/core/SkLights.h
diff --git a/include/core/SkLights.h b/include/core/SkLights.h
index c5c54276a39597909ff53a0465a6e97fee5a8743..7e6b5f2ebff9a5886dbc884647c96d0459939d72 100644
--- a/include/core/SkLights.h
+++ b/include/core/SkLights.h
@@ -73,7 +73,7 @@ public:
return fLights.count();
}
- const Light& light(int index) const {
jvanverth1 2016/07/07 19:08:35 Should probably make these const again.
vjiaoblack 2016/07/07 19:17:55 Done.
+ Light& light(int index) {
return fLights[index];
}

Powered by Google App Engine
This is Rietveld 408576698