| Index: Source/platform/graphics/ImageBufferSurface.h
|
| diff --git a/Source/platform/graphics/ImageBufferSurface.h b/Source/platform/graphics/ImageBufferSurface.h
|
| index 2dbaf845dcae8999996b38feda170e1981f3762a..e3964d794fae0108c6c22147725ea3b57b940b37 100644
|
| --- a/Source/platform/graphics/ImageBufferSurface.h
|
| +++ b/Source/platform/graphics/ImageBufferSurface.h
|
| @@ -60,7 +60,7 @@ public:
|
|
|
| virtual SkCanvas* canvas() const = 0;
|
| virtual const SkBitmap& bitmap();
|
| - virtual void willReadback() { }
|
| + virtual void willAccessPixels() { }
|
| virtual bool isValid() const = 0;
|
| virtual bool restore() { return false; };
|
| virtual blink::WebLayer* layer() const { return 0; };
|
|
|