Index: third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
index 02827a2a08c7aa3ff69bff2563bbf4fd1f55b871..cbdf1d22adc03a02ea4065290855055cada93e24 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h |
@@ -49,6 +49,8 @@ public: |
Vector<PaintChunk>& paintChunks() { return m_paintChunks; } |
const Vector<PaintChunk>& paintChunks() const { return m_paintChunks; } |
+ Vector<PaintChunk>::const_iterator findChunkByDisplayItemIndex(unsigned) const; |
+ |
bool isSuitableForGpuRasterization() const { return m_isSuitableForGpuRasterization; } |
// Resets to an empty paint artifact. |