aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkBitmapKey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkBitmapKey.h')
-rw-r--r--src/pdf/SkBitmapKey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pdf/SkBitmapKey.h b/src/pdf/SkBitmapKey.h
index 4723debac2..53d4d64f32 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;