| Index: Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp b/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| index 772c8c41cec29406a5846ac7c14329a6ed379199..80f9ae81e103b9ab7dad0ea5e59599d4b6e77e41 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| @@ -124,8 +124,7 @@ protected:
|
|
|
| ::testing::Mock::VerifyAndClearExpectations(&mainMock);
|
|
|
| - EXPECT_CALL(mainMock, flush());
|
| - unsigned textureId = bridge->getBackingTextureImage()->getTextureHandle(true);
|
| + unsigned textureId = bridge->newImageSnapshot()->getTextureHandle(true);
|
| EXPECT_EQ(textureId, 0u);
|
|
|
| ::testing::Mock::VerifyAndClearExpectations(&mainMock);
|
|
|