Chromium Code Reviews| Index: src/gpu/GrInOrderDrawBuffer.h |
| diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h |
| index b678518a5d26bd224774451ff79056dde1c82562..e923a4d9f4984ebf7c18f6ba991fa8e030a6439c 100644 |
| --- a/src/gpu/GrInOrderDrawBuffer.h |
| +++ b/src/gpu/GrInOrderDrawBuffer.h |
| @@ -203,7 +203,7 @@ private: |
| // we lazily record state and clip changes in order to skip clips and states that have no |
| // effect. |
|
egdaniel
2014/08/04 20:12:42
maybe update this comment since its now more than
bsalomon
2014/08/05 14:04:30
Done.
|
| - bool needsNewState() const; |
| + void recordStateIfNecessary(); |
| bool needsNewClip() const; |
| // these functions record a command |