summaryrefslogtreecommitdiffstats
path: root/chromium/cc/paint/paint_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/paint/paint_image.h')
-rw-r--r--chromium/cc/paint/paint_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/paint/paint_image.h b/chromium/cc/paint/paint_image.h
index 645ee279612..d45fe686ccb 100644
--- a/chromium/cc/paint/paint_image.h
+++ b/chromium/cc/paint/paint_image.h
@@ -53,6 +53,7 @@ class CC_PAINT_EXPORT PaintImage {
uint64_t hash() const { return hash_; }
std::string ToString() const;
size_t frame_index() const { return frame_index_; }
+ ContentId content_id() const { return content_id_; }
private:
ContentId content_id_;