| Index: Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.cpp b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 2364924b5e035ec1731b2fd82e4dbf0ca8f89266..034c6ceff7f4c4a62b46a84a7fc6cb5f55741076 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -166,7 +166,7 @@ void Canvas2DLayerBridge::setIsHidden(bool hidden)
|
| }
|
| }
|
|
|
| -void Canvas2DLayerBridge::willReadback()
|
| +void Canvas2DLayerBridge::willAccessPixels()
|
| {
|
| // A readback operation may alter the texture parameters, which may affect
|
| // the compositor's behavior. Therefore, we must trigger copy-on-write
|
|
|