| Index: src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| diff --git a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| index 334be1d9542abb0b06d9904e8a52ba66bb5e15cc..69a74caf8a47583ed663ad9ff2a7f85ee4e1bb83 100644
|
| --- a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| +++ b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| @@ -26,7 +26,7 @@
|
| void SkNativeGLContext::destroyGLContext() {
|
| }
|
|
|
| -const GrGLInterface* SkNativeGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
|
| +const GrGLInterface* SkNativeGLContext::createGLContext() {
|
| return NULL;
|
| }
|
|
|
|
|