| Index: Source/platform/graphics/ImageBufferSurface.cpp
|
| diff --git a/Source/platform/graphics/ImageBufferSurface.cpp b/Source/platform/graphics/ImageBufferSurface.cpp
|
| index d284fe757f8b9555d06e0a46d61cb648daeedc21..48e4b9734c3a3d7e4621b03b44e4fb4217be626d 100644
|
| --- a/Source/platform/graphics/ImageBufferSurface.cpp
|
| +++ b/Source/platform/graphics/ImageBufferSurface.cpp
|
| @@ -68,7 +68,7 @@ void ImageBufferSurface::clear()
|
| const SkBitmap& ImageBufferSurface::bitmap()
|
| {
|
| ASSERT(canvas());
|
| - willReadback();
|
| + willAccessPixels();
|
| return canvas()->getTopDevice()->accessBitmap(false);
|
| }
|
|
|
|
|