| 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 7c971e37a3ba6bfe1b831d365de0927a3731c549..fa62275c70627d07c807243c4f1c2dc914aeb6e4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -190,7 +190,7 @@ class CORE_EXPORT HTMLCanvasElement final
|
| int sourceHeight() override { return m_size.height(); }
|
|
|
| // CanvasSurfaceLayerBridgeObserver implementation
|
| - void OnWebLayerReplaced() override;
|
| + void OnWebLayerReplaced(int width, int height) override;
|
|
|
| // ImageBufferClient implementation
|
| void notifySurfaceInvalid() override;
|
|
|