| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 07b40a83f634da01727d97bb648ecd9cc4bf2b99..469b43031b8f5a006983c94fb6a05b3c3425f8d6 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -70,7 +70,7 @@ public:
|
|
|
| // ImageBufferSurface implementation
|
| void finalizeFrame();
|
| - void willReadback();
|
| + void willAccessPixels();
|
| SkCanvas* canvas() const { return m_canvas.get(); }
|
| bool checkSurfaceValid();
|
| bool restoreSurface();
|
|
|