Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1075)

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2588053003: Make OffscreenCanvas resizable (Closed)
Patch Set: fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698