aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-07-02 16:24:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-02 20:54:52 +0000
commit389abd50fe74c54a11430f5457d2278cda391132 (patch)
tree876ea2af8d16f5eac64f04f8f0f9de95ecf6d635 /include/gpu
parentaae58023a88f9d914e5ef32e2af1262bebbc3d3c (diff)
Simplify GrGLInterface::abandon
Change-Id: I07e0d0670dfc47602394daf68c30d561e543d826 Reviewed-on: https://skia-review.googlesource.com/138995 Commit-Queue: Hal Canary <halcanary@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/gl/GrGLInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h
index 0b7bd96814..a910fd86f6 100644
--- a/include/gpu/gl/GrGLInterface.h
+++ b/include/gpu/gl/GrGLInterface.h
@@ -77,7 +77,6 @@ public:
/**
* The function pointers are in a struct so that we can have a compiler generated assignment
* operator.
- * If one were to add a new function to this struct, one should also clear it in abandon.
*/
struct Functions {
GrGLFunction<GrGLActiveTextureProc> fActiveTexture;