Index: include/core/SkTextBlob.h |
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
index 6970e6d5c78294b19787bddd32d984c069d5c7f8..139b16079aa6b46ca5f047588e8b26a3211a5191 100644 |
--- a/include/core/SkTextBlob.h |
+++ b/include/core/SkTextBlob.h |
@@ -30,7 +30,7 @@ public: |
/** |
* Return a non-zero, unique value representing the text blob. |
*/ |
- uint32_t uniqueID() const; |
+ uint32_t uniqueID() const { return fUniqueID; } |
/** |
* Serialize to a buffer. |