| Index: Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| diff --git a/Source/platform/graphics/RecordingImageBufferSurface.cpp b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| index 936b99168be4677997e817af7e6f4ca191925833..252d436f8c42e33feb8aa66c68e1426396e14e15 100644
|
| --- a/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| +++ b/Source/platform/graphics/RecordingImageBufferSurface.cpp
|
| @@ -49,7 +49,7 @@ void RecordingImageBufferSurface::setImageBuffer(ImageBuffer* imageBuffer)
|
| }
|
| }
|
|
|
| -void RecordingImageBufferSurface::willReadback()
|
| +void RecordingImageBufferSurface::willAccessPixels()
|
| {
|
| fallBackToRasterCanvas();
|
| }
|
|
|