Chromium Code Reviews| Index: include/gpu/GrResourceKey.h |
| diff --git a/include/gpu/GrResourceKey.h b/include/gpu/GrResourceKey.h |
| index ce3e76e2ab61dae415b10761741dd12c021dd50d..aecdc70c0bdcc1b113a1454c018d39fef194aa57 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()); |
| } |