aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar svaisanen <svaisanen@nvidia.com>2016-04-20 00:36:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-20 00:36:53 -0700
commitb988ecf639f1394ea5e821ac15b989e25e064534 (patch)
tree166065e815d249422d6dc70e15844088b85742d1 /include/gpu
parent6d3119c9fc09ff1cf94965089d0873941097c1bc (diff)
Enable NV_path_rendering in the Null GL.
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/gl/GrGLInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
index e17bb0bd84..47dfbaab20 100644
--- a/include/gpu/gl/GrGLInterface.h
+++ b/include/gpu/gl/GrGLInterface.h
@@ -53,7 +53,7 @@ typedef intptr_t GrGLInterfaceCallbackData;
* CPU overhead. TODO: We would like to move this to tools/gpu/gl/null but currently
* Chromium is using it in its unit tests.
*/
-const SK_API GrGLInterface* GrGLCreateNullInterface();
+const SK_API GrGLInterface* GrGLCreateNullInterface(bool enableNVPR = false);
/** Function that returns a new interface identical to "interface" but without support for
GL_NV_path_rendering. */