| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index ff94d8b8f50ba02c98058d94a0caa2a61f38e8dc..3f01aebe408209e614620e55e71c7eb6575643dd 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -173,6 +173,7 @@ public:
|
| // ImageBufferClient implementation
|
| void notifySurfaceInvalid() override;
|
| bool isDirty() override { return !m_dirtyRect.isEmpty(); }
|
| + void didDisableAcceleration() override;
|
| void didFinalizeFrame() override;
|
| void restoreCanvasMatrixClipStack(SkCanvas*) const override;
|
|
|
|
|