| 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 69a74caf8a47583ed663ad9ff2a7f85ee4e1bb83..334be1d9542abb0b06d9904e8a52ba66bb5e15cc 100644
 | 
| --- a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
 | 
| +++ b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
 | 
| @@ -26,7 +26,7 @@ SkNativeGLContext::~SkNativeGLContext() {
 | 
|  void SkNativeGLContext::destroyGLContext() {
 | 
|  }
 | 
|  
 | 
| -const GrGLInterface* SkNativeGLContext::createGLContext() {
 | 
| +const GrGLInterface* SkNativeGLContext::createGLContext(GrGLStandard forcedGpuAPI) {
 | 
|      return NULL;
 | 
|  }
 | 
|  
 | 
| 
 |