Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 0c70f008f953b68ac6cd4ad538adc5e10ac6e5a9..28b42809a0d733b66b547525a178f8aad1dfa3cb 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1616,7 +1616,7 @@ private: |
* Keep track of the device clip bounds and if the matrix is scale-translate. This allows |
* us to do a fast quick reject in the common case. |
*/ |
- bool fConservativeIsScaleTranslate; |
+ bool fIsScaleTranslate; |
SkRect fDeviceClipBounds; |
bool fAllowSoftClip; |