| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 7956ce83d2cbaafbba9fe2d1dbee0ee323148a13..ec5476cec4d326e2495f549433d1e1c2d1478d38 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -114,6 +114,7 @@ public:
|
| const SkBitmap& bitmap() const;
|
|
|
| void willAccessPixels() { m_surface->willAccessPixels(); }
|
| + void willOverwriteCanvas() { m_surface->willOverwriteCanvas(); }
|
|
|
| PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
|
| // Give hints on the faster copyImage Mode, return DontCopyBackingStore if it supports the DontCopyBackingStore behavior
|
|
|