Index: src/gpu/GrStencil.h |
diff --git a/src/gpu/GrStencil.h b/src/gpu/GrStencil.h |
index 1af98e6a8b11e241f15bafc9db834ddbb599d742..d94a45fad2bef6e6cc0a7416c511b68b74fc05f4 100644 |
--- a/src/gpu/GrStencil.h |
+++ b/src/gpu/GrStencil.h |
@@ -284,7 +284,7 @@ public: |
bool operator == (const GrStencilSettings& s) const { |
static const size_t gCompareSize = sizeof(GrStencilSettings) - |
sizeof(fFlags); |
- GrAssert((const char*)&fFlags + sizeof(fFlags) == |
+ SkASSERT((const char*)&fFlags + sizeof(fFlags) == |
(const char*)this + sizeof(GrStencilSettings)); |
if (this->isDisabled() & s.isDisabled()) { // using & not && |
return true; |