| 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 ee0d12b9948f0bc78b9bc75c969e71684f9095e5..2aa830649124a2436d4b3ebb5e8498ff075640c0 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
 | 
| @@ -23,7 +23,7 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  OffscreenCanvasFrameDispatcherImpl::OffscreenCanvasFrameDispatcherImpl(uint32_t clientId, uint32_t localId, uint64_t nonce, int width, int height)
 | 
| -    : m_surfaceId(cc::SurfaceId(clientId, localId, nonce))
 | 
| +    : m_surfaceId(cc::SurfaceId(cc::FrameSinkId(clientId, 0 /* sink_id */), localId, nonce))
 | 
|      , m_width(width)
 | 
|      , m_height(height)
 | 
|      , m_binding(this)
 | 
| 
 |