summaryrefslogtreecommitdiffstats
path: root/chromium/cc/paint/paint_image.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:20:33 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-15 10:28:57 +0000
commitd17ea114e5ef69ad5d5d7413280a13e6428098aa (patch)
tree2c01a75df69f30d27b1432467cfe7c1467a498da /chromium/cc/paint/paint_image.h
parent8c5c43c7b138c9b4b0bf56d946e61d3bbc111bec (diff)
BASELINE: Update Chromium to 67.0.3396.47
Change-Id: Idcb1341782e417561a2473eeecc82642dafda5b7 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
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_;