| Index: src/core/SkPixelRef.cpp
|
| diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp
|
| index 1e6db7ec5a906c3e6a5ba6a61e111e2a71bd8a57..0aa00e0bf58062fee2d3ddd7e706b81c18a44b0c 100644
|
| --- a/src/core/SkPixelRef.cpp
|
| +++ b/src/core/SkPixelRef.cpp
|
| @@ -253,7 +253,8 @@ SkData* SkPixelRef::onRefEncodedData() {
|
| return NULL;
|
| }
|
|
|
| -bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) {
|
| +bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
|
| + SkYUVColorSpace* colorSpace) {
|
| return false;
|
| }
|
|
|
|
|