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

Unified Diff: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.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/platform/graphics/CanvasSurfaceLayerBridge.h
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
index 76364621f6abc6b7bb13f6f9389f94fcaf404c0a..61f61ac1891325426f6e5f0f62e2d6101271555a 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridge.h
@@ -27,7 +27,7 @@ class PLATFORM_EXPORT CanvasSurfaceLayerBridgeObserver {
CanvasSurfaceLayerBridgeObserver() {}
virtual ~CanvasSurfaceLayerBridgeObserver() {}
- virtual void OnWebLayerReplaced() = 0;
+ virtual void OnWebLayerReplaced(int width, int height) = 0;
};
class PLATFORM_EXPORT CanvasSurfaceLayerBridge

Powered by Google App Engine
This is Rietveld 408576698