| 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..d1df3b147404415bfa5d55945a34f2dc2c1d0d71 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(size_t) const;
|
| +
|
| bool isSuitableForGpuRasterization() const { return m_isSuitableForGpuRasterization; }
|
|
|
| // Resets to an empty paint artifact.
|
|
|