| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| index d58b2028de640f1f5025b5d2a0c8e5770546d332..073800950a46eca8cbab61aed0715749edbc08ec 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -26,11 +26,12 @@ namespace blink {
|
|
|
| OffscreenCanvasFrameDispatcherImpl::OffscreenCanvasFrameDispatcherImpl(
|
| uint32_t clientId,
|
| + uint32_t sinkId,
|
| uint32_t localId,
|
| uint64_t nonce,
|
| int width,
|
| int height)
|
| - : m_surfaceId(cc::FrameSinkId(clientId, 0 /* sink_id */), localId, nonce),
|
| + : m_surfaceId(cc::FrameSinkId(clientId, sinkId), localId, nonce),
|
| m_width(width),
|
| m_height(height),
|
| m_nextResourceId(1u),
|
|
|