Chromium Code Reviews| Index: include/gpu/GrResourceKey.h |
| diff --git a/include/gpu/GrResourceKey.h b/include/gpu/GrResourceKey.h |
| index 14e7a754e31f35b1322965b06f0ce3f8e9a845aa..0e98dd522c8330b3c1aaa84ce370bfc73eef0038 100644 |
| --- a/include/gpu/GrResourceKey.h |
| +++ b/include/gpu/GrResourceKey.h |
| @@ -45,7 +45,6 @@ protected: |
| } |
| bool operator==(const GrResourceKey& that) const { |
| - SkASSERT(this->isValid() && that.isValid()); |
| return 0 == memcmp(fKey.get(), that.fKey.get(), this->size()); |
| } |