Index: src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
diff --git a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
index 3b2488dfc6ecba364f185d383c3eec4ff70708a4..388a642a402d4aad4b068be0bffbeb6781176702 100644 |
--- a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
+++ b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
@@ -317,7 +317,7 @@ void SkEGLFenceSync::deleteFence(SkPlatformGpuFence platformFence) const { |
} // anonymous namespace |
-SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI) { |
+SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext*) { |
EGLGLContext* ctx = new EGLGLContext(forcedGpuAPI); |
if (!ctx->isValid()) { |
delete ctx; |