aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp')
-rw-r--r--src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp b/src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp
index cf9da9365b..b14debda57 100644
--- a/src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp
+++ b/src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp
@@ -259,7 +259,7 @@ void SkCommandBufferGLContext::initializeGLContext(void* nativeWindow, const int
return;
}
- this->init(gl.detach());
+ this->init(gl.release());
}
SkCommandBufferGLContext::~SkCommandBufferGLContext() {