aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-06-13 09:01:36 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-13 18:07:58 +0000
commitf18c756360bde970c95a9ca5a47f8e6e12a6ba87 (patch)
tree9d7c42ad6bb33f7c8279f39914a466773e9c8c1b /src/gpu/GrPipeline.h
parentda86e2822ab31770e989009716dd4c89966ade45 (diff)
Pull non-substantive changes out of omnibus CL
https://skia-review.googlesource.com/c/skia/+/131500 (Move op memory storage to GrContext) is still a bit of a monster. Offload the trivial stuff. Change-Id: I27eb0c441d08111491b3cfee3b93d260c26c2790 Reviewed-on: https://skia-review.googlesource.com/134501 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrPipeline.h')
-rw-r--r--src/gpu/GrPipeline.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index 3862ab49c2..3ace0f0a1c 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -234,8 +234,6 @@ private:
// This value is also the index in fFragmentProcessors where coverage processors begin.
int fNumColorProcessors;
-
- typedef SkRefCnt INHERITED;
};
#endif