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

Unified Diff: include/core/SkImage.h

Issue 1660393003: Make SkImage::readYUV8Planes const (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | src/image/SkImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkImage.h
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 84f4daf2e80aec1cd60f5ddce8720d1e56966513..0adb608bde042c1119a3edfef26d579973e72983 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -159,7 +159,7 @@ public:
* planes and rowBytes arrays are ordered [y, u, v].
*/
bool readYUV8Planes(const SkISize[3], void* const planes[3], const size_t rowBytes[3],
- SkYUVColorSpace);
+ SkYUVColorSpace) const;
virtual SkShader* newShader(SkShader::TileMode,
SkShader::TileMode,
« no previous file with comments | « no previous file | src/image/SkImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698