aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 00:28:46 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-20 00:28:46 +0000
commitf4b6763b956fe85b1e20c40f5c5c23ebe36034c1 (patch)
tree630473b71a9a8d08aea11a64ea62adaab574ce60 /include/gpu
parentf3a60c09b975f50bbd14215df10effffd2fd46e8 (diff)
Removed GrEffectStage::fVertexAttribCount to fix Chrome compilation warning/error
git-svn-id: http://skia.googlecode.com/svn/trunk@8245 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrEffectStage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/GrEffectStage.h b/include/gpu/GrEffectStage.h
index cd9a0910fc..641135d79e 100644
--- a/include/gpu/GrEffectStage.h
+++ b/include/gpu/GrEffectStage.h
@@ -159,7 +159,6 @@ public:
const GrEffect* fEffect;
SkMatrix fCoordChangeMatrix;
int fVertexAttribIndices[2];
- int fVertexAttribCount;
SkDEBUGCODE(bool fInitialized;)
};