Chromium Code Reviews| 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; |
|
Justin Novosad
2016/12/20 22:06:08
Revert
|
| // ImageBufferClient implementation |
| void notifySurfaceInvalid() override; |