| Index: src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
|
| diff --git a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
|
| index 21f30019a9b5c8775e18ce9408c02dfa7751f7b6..21a37de313fb8810859e5b2d5fb701da0fff8ea6 100644
|
| --- a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
|
| +++ b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
|
| @@ -7,7 +7,7 @@
|
| */
|
| #include "gl/SkGLContext.h"
|
|
|
| -SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI) {
|
| +SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext*) {
|
| return nullptr;
|
| }
|
|
|
|
|