aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProgramDesc.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-12-03 13:57:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-03 13:57:37 -0800
commit829e1b80b1020b17f2078020c990e079b70c077c (patch)
tree92dbe51acc4dcf5e7ebceea1edd0880cfd06fe1f /src/gpu/GrProgramDesc.h
parente5750729e4b5e9434d8449e4b63dd7110248e694 (diff)
move program descriptor generation to flush
Diffstat (limited to 'src/gpu/GrProgramDesc.h')
-rw-r--r--src/gpu/GrProgramDesc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrProgramDesc.h b/src/gpu/GrProgramDesc.h
index 655254f892..b51da04658 100644
--- a/src/gpu/GrProgramDesc.h
+++ b/src/gpu/GrProgramDesc.h
@@ -103,8 +103,6 @@ public:
// effects that read the fragment position.
// Otherwise, 0.
- SkBool8 fEmitsPointSize;
-
ColorInput fColorInput : 8;
ColorInput fCoverageInput : 8;