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 37c79ec851a2c8a9cf5b8d3b057ce0cb3554f6fd..c337a6ea877a3593409654ef8ac69b0d8f5ee734 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -175,6 +175,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; |