| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index e2cea9c3214fe91cb6373211d44d31d71171c631..16783bb670e2d212d290d02da221f4d2955f0fbb 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -93,6 +93,8 @@ public:
|
|
|
| GraphicsContext* context() const;
|
|
|
| + void didDraw() { m_surface->didDraw(); }
|
| +
|
| const SkBitmap& bitmap() const;
|
|
|
| PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
|
|
|