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 66c4e90aa2166ddb9ad7a72cfc5dde43db9534b0..890eac6113d11496c250b27019dbdc0febb3d6bd 100644 |
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp |
@@ -30,7 +30,9 @@ OffscreenCanvasFrameDispatcherImpl::OffscreenCanvasFrameDispatcherImpl( |
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_nextResourceId(1u), |