diff options
Diffstat (limited to 'chromium/cc/paint/element_id.h')
-rw-r--r-- | chromium/cc/paint/element_id.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/cc/paint/element_id.h b/chromium/cc/paint/element_id.h index a4108a13b37..fcdebf565b7 100644 --- a/chromium/cc/paint/element_id.h +++ b/chromium/cc/paint/element_id.h @@ -63,6 +63,8 @@ struct CC_PAINT_EXPORT ElementId { std::string ToString() const; + static bool IsValid(ElementIdType id); + private: friend struct ElementIdHash; static const ElementIdType kInvalidElementId; |