| 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 0ca28af7b28c25c179498a5cd59f1e3a1d0e5902..4aa2a41c48f8677d87b8fe6bfd6cff1b63a80bd3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -204,6 +204,7 @@ class CORE_EXPORT HTMLCanvasElement final
|
| void NotifySurfaceInvalid() override;
|
| void DidDisableAcceleration() override;
|
| void RestoreCanvasMatrixClipStack(PaintCanvas*) const override;
|
| + void SetNeedsCompositingUpdate() override;
|
|
|
| // ImageBitmapSource implementation
|
| IntSize BitmapSourceSize() const override;
|
|
|