Chromium Code Reviews| Index: src/pdf/SkBitmapKey.h |
| diff --git a/src/pdf/SkBitmapKey.h b/src/pdf/SkBitmapKey.h |
| index 4723debac26b49c7c1459f11cddcdf7898c51ecc..53d4d64f326559a430f978434fb0b5862f17cf8c 100644 |
| --- a/src/pdf/SkBitmapKey.h |
| +++ b/src/pdf/SkBitmapKey.h |
| @@ -25,6 +25,7 @@ public: |
| return fID == rhs.fID && fSubset == rhs.fSubset; |
| } |
| bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); } |
| + uint32_t id() const { return fID; } |
| private: |
| SkIRect fSubset; |