| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| index f029ce57149a1684d3698948ce41f2332c1242e4..816d7e968fb6a8d98423feab9b38795546a49659 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
|
| @@ -178,7 +178,7 @@ OffscreenCanvasFrameDispatcher* OffscreenCanvas::getOrCreateFrameDispatcher() {
|
| // (either main or worker) to the browser process and remains unchanged
|
| // throughout the lifetime of this OffscreenCanvas.
|
| m_frameDispatcher = wrapUnique(new OffscreenCanvasFrameDispatcherImpl(
|
| - m_clientId, m_localId, m_nonce, width(), height()));
|
| + m_clientId, m_sinkId, m_localId, m_nonce, width(), height()));
|
| }
|
| return m_frameDispatcher.get();
|
| }
|
|
|