| Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
 | 
| index 18f7f17594b0913a0320d47899f09582f7d44c1b..d359db4261d6baad19563b5a1467f611ce5e2c4f 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
 | 
| @@ -63,7 +63,7 @@ mojom::blink::OffscreenCanvasSurfacePtr MockOffscreenCanvasSurface::GetProxy() {
 | 
|  
 | 
|  void MockOffscreenCanvasSurface::GetSurfaceId(
 | 
|      const GetSurfaceIdCallback& callback) {
 | 
| -  callback.Run(cc::SurfaceId(10, 15, 0));
 | 
| +  callback.Run(cc::SurfaceId(cc::FrameSinkId(10, 11), 15, 0));
 | 
|  }
 | 
|  
 | 
|  void CanvasSurfaceLayerBridgeTest::SetUp() {
 | 
| 
 |