| 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 5ca64bdd632c66c5a7be809a795a4b85d68cb8d4..ca4a7d5cd878b460609912e2f9df876f55ae43de 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -203,6 +203,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;
|
|
|