Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
index fab3dbc0d5ac2fe7f2cf90f625a513b3f589e50c..b9edbba2ab4b43aae356535d4854d61c6f3537ed 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h |
@@ -118,7 +118,7 @@ public: |
// Get the artifact generated after the last commit. |
const PaintArtifact& paintArtifact() const; |
- const DisplayItemList& displayItemList() const { return paintArtifact().displayItemList(); } |
+ const DisplayItemList& getDisplayItemList() const { return paintArtifact().getDisplayItemList(); } |
const Vector<PaintChunk>& paintChunks() const { return paintArtifact().paintChunks(); } |
bool clientCacheIsValid(const DisplayItemClient&) const; |