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