aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp')
-rw-r--r--src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
index 69a74caf8a..334be1d954 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;
}