| 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
|
|
|