aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLAssembleGLESInterface.h
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2014-07-17 09:28:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-17 09:28:36 -0700
commit8dd90cb1fd541b9a2a264725e3dfeae736c91e22 (patch)
treed22b72b3f153b7c741bac1ad8af8254d8c350c24 /src/gpu/gl/GrGLAssembleGLESInterface.h
parent91bdbcdbbdf5cdf0fdb4518a0d30206c964cfdf6 (diff)
Add IsPath to GrGLInterface
This will be used by path ranges. BUG=skia: R=bsalomon@google.com Author: cdalton@nvidia.com Review URL: https://codereview.chromium.org/403563002
Diffstat (limited to 'src/gpu/gl/GrGLAssembleGLESInterface.h')
-rw-r--r--src/gpu/gl/GrGLAssembleGLESInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLAssembleGLESInterface.h b/src/gpu/gl/GrGLAssembleGLESInterface.h
index 43f48c2594..d3ebebd756 100644
--- a/src/gpu/gl/GrGLAssembleGLESInterface.h
+++ b/src/gpu/gl/GrGLAssembleGLESInterface.h
@@ -266,6 +266,7 @@ static const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get
GET_PROC_SUFFIX(PathParameterf, NV);
GET_PROC_SUFFIX(GenPaths, NV);
GET_PROC_SUFFIX(DeletePaths, NV);
+ GET_PROC_SUFFIX(IsPath, NV);
GET_PROC_SUFFIX(PathStencilFunc, NV);
GET_PROC_SUFFIX(StencilFillPath, NV);
GET_PROC_SUFFIX(StencilStrokePath, NV);