| 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 e72b83f2332db23c6ca0fbe96224377b60ebab48..67d3ec4c659d51870968195999bc6575f72c7b81 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp
|
| @@ -66,7 +66,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()
|
|
|