aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-05-09 08:15:18 -0400
committerGravatar Robert Phillips <robertphillips@google.com>2017-05-09 12:31:37 +0000
commit6410d29e1173b49b7319d7389db7c533e27bb3d2 (patch)
tree4e5b0433b2fdf9edd27628883c1fad816c6edb93 /src/gpu/GrPipeline.h
parentd2da87d0b8d127da0530c661618f059eb1cc0f1e (diff)
Remove 'fDrawFace' from GrPipeline
This will, hopefully, unblock the roll. Change-Id: I2e33ccca7161334cdecd881e2699ae0c61ba2a31 Reviewed-on: https://skia-review.googlesource.com/16101 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/GrPipeline.h')
-rw-r--r--src/gpu/GrPipeline.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index 3483d2bed4..67e137c82a 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -243,7 +243,6 @@ private:
GrScissorState fScissorState;
GrWindowRectsState fWindowRectsState;
const GrUserStencilSettings* fUserStencilSettings;
- uint16_t fDrawFace;
uint16_t fFlags;
sk_sp<const GrXferProcessor> fXferProcessor;
FragmentProcessorArray fFragmentProcessors;