| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index ec62729a0806fbe1a53086aeb1bd7a4d74fe13ba..7956ce83d2cbaafbba9fe2d1dbee0ee323148a13 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -102,7 +102,8 @@ public:
|
|
|
| void willDrawVideo() { m_surface->willDrawVideo(); }
|
|
|
| - GraphicsContext* context() const;
|
| + GraphicsContext* context() const; // Deprecated: use canvas()
|
| + SkCanvas* canvas() const;
|
|
|
| // Called at the end of a task that rendered a whole frame
|
| void finalizeFrame(const FloatRect &dirtyRect);
|
|
|