| 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 a3679bb223a4bf10cdb40871c50f3682e8a89105..9364ae0773974c19d7b68385711423dcfb16b7e5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -20,7 +20,8 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| WTF_NON_EXPORTED_BASE(
|
| public cc::mojom::blink::MojoCompositorFrameSinkClient) {
|
| public:
|
| - OffscreenCanvasFrameDispatcherImpl(uint32_t clientId,
|
| + OffscreenCanvasFrameDispatcherImpl(int canvas_id,
|
| + uint32_t clientId,
|
| uint32_t sinkId,
|
| uint32_t localId,
|
| uint64_t nonce,
|
|
|