Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / image-decoders / ImageDecoder.cpp
index 1af4773..b217de9 100644 (file)
@@ -212,7 +212,7 @@ ImagePlanes::ImagePlanes()
     }
 }
 
-void ImagePlanes::set(void* planes[3], size_t rowBytes[3])
+ImagePlanes::ImagePlanes(void* planes[3], size_t rowBytes[3])
 {
     for (int i = 0; i < 3; ++i) {
         m_planes[i] = planes[i];