| Index: Source/platform/image-decoders/ImageDecoder.cpp
|
| diff --git a/Source/platform/image-decoders/ImageDecoder.cpp b/Source/platform/image-decoders/ImageDecoder.cpp
|
| index 1af47737f9a61a25fd829e4e69c9f880b0f148c0..cb7beb5a019cfad05743bef3b6c7df1c6de95a2b 100644
|
| --- a/Source/platform/image-decoders/ImageDecoder.cpp
|
| +++ b/Source/platform/image-decoders/ImageDecoder.cpp
|
| @@ -212,7 +212,7 @@ ImagePlanes::ImagePlanes()
|
| }
|
| }
|
|
|
| -void ImagePlanes::set(void* planes[3], size_t rowBytes[3])
|
| +void ImagePlanes::setPlanes(void* planes[3], size_t rowBytes[3])
|
| {
|
| for (int i = 0; i < 3; ++i) {
|
| m_planes[i] = planes[i];
|
|
|