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 890eac6113d11496c250b27019dbdc0febb3d6bd..fea92d01354d0e8d968203b9e308a4b4cefe6223 100644 |
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp |
@@ -30,9 +30,7 @@ OffscreenCanvasFrameDispatcherImpl::OffscreenCanvasFrameDispatcherImpl( |
uint64_t nonce, |
int width, |
int height) |
- : m_surfaceId(cc::SurfaceId(cc::FrameSinkId(clientId, 0 /* sink_id */), |
- localId, |
- nonce)), |
+ : m_surfaceId(cc::FrameSinkId(clientId, 0 /* sink_id */), localId, nonce), |
m_width(width), |
m_height(height), |
m_nextResourceId(1u), |