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