From f18c756360bde970c95a9ca5a47f8e6e12a6ba87 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Wed, 13 Jun 2018 09:01:36 -0400 Subject: 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 Commit-Queue: Robert Phillips --- src/gpu/GrPipeline.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gpu/GrPipeline.h') 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 -- cgit v1.2.3