| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| index b40311d4c2ae3a679bedba70501a571c3fba5860..bdd0ba82a5ec80801307e6e646fbcb4468fbc843 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
|
| @@ -1254,7 +1254,8 @@ TEST_F(Canvas2DLayerBridgeTest, DISABLED_DeleteIOSurfaceAfterTeardown)
|
| #endif
|
| {
|
| FakeGLES2InterfaceWithImageSupport gl;
|
| - FakePlatformSupport testingPlatformSupport;
|
| + ScopedTestingPlatformSupport<FakePlatformSupport> testingPlatformSupport(
|
| + new FakePlatformSupport);
|
| std::unique_ptr<FakeWebGraphicsContext3DProvider> contextProvider =
|
| WTF::wrapUnique(new FakeWebGraphicsContext3DProvider(&gl));
|
|
|
|
|