Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
index 5a6740b195b4bab48abac134a5aa5db27ca1389b..9244154affac814f2e2de09a367fe468c921492f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp |
@@ -866,8 +866,8 @@ |
gpu::gles2::GLES2Interface* shared_gl = nullptr; |
layer_->ClearTexture(); |
- context_provider_ = |
- Platform::Current()->CreateSharedOffscreenGraphicsContext3DProvider(); |
+ context_provider_ = WTF::WrapUnique( |
+ Platform::Current()->CreateSharedOffscreenGraphicsContext3DProvider()); |
if (context_provider_) |
shared_gl = context_provider_->ContextGL(); |