| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| index f7361dbcd2abf911029f9a400ca89688f91f26c1..b51c1c39877d9a860e225ccf43c26e0102177ac1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -21,11 +21,12 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| WTF_NON_EXPORTED_BASE(
|
| public cc::mojom::blink::MojoCompositorFrameSinkClient) {
|
| public:
|
| - explicit OffscreenCanvasFrameDispatcherImpl(uint32_t clientId,
|
| - uint32_t localId,
|
| - uint64_t nonce,
|
| - int width,
|
| - int height);
|
| + OffscreenCanvasFrameDispatcherImpl(uint32_t clientId,
|
| + uint32_t sinkId,
|
| + uint32_t localId,
|
| + uint64_t nonce,
|
| + int width,
|
| + int height);
|
|
|
| // OffscreenCanvasFrameDispatcher implementation.
|
| ~OffscreenCanvasFrameDispatcherImpl() override {}
|
|
|