| Index: third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp
|
| index 96a3c83ce8694a670e832cf4b58db019e8a60859..e9eee504a9d39d6a1066424f069df9247bd2fbd3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp
|
| @@ -2306,7 +2306,7 @@ bool WebGLImageConversion::packImageData(
|
|
|
| if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpackAlignment, format, type, alphaOp, data.data(), flipY))
|
| return false;
|
| - if (ImageObserver *observer = image->imageObserver())
|
| + if (ImageObserver *observer = image->getImageObserver())
|
| observer->didDraw(image);
|
| return true;
|
| }
|
|
|