diff options
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r-- | src/gpu/GrDrawState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h index a3a41b334d..dc2023901f 100644 --- a/src/gpu/GrDrawState.h +++ b/src/gpu/GrDrawState.h @@ -148,7 +148,7 @@ public: } static bool StageUsesTexCoords(GrVertexLayout layout, int stageIdx); - + private: // non-stage bits start at this index. static const int STAGE_BIT_CNT = kNumStages * kMaxTexCoords; |