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