| 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 28ee1ccaf458773907ec7170b71aea8d25b7b0a9..3c3983691340e6bed007f31f94b9c3ceba19d020 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.h
|
| @@ -70,7 +70,10 @@ class PLATFORM_EXPORT PaintArtifact final {
|
| size_t approximateUnsharedMemoryUsage() const;
|
|
|
| // Draws the paint artifact to a GraphicsContext.
|
| - void replay(GraphicsContext&) const;
|
| + // |bounds| is the bounding box of the paint artifact's display list.
|
| + void replay(const FloatRect& bounds,
|
| + GraphicsContext&,
|
| + const PropertyTreeState&) const;
|
|
|
| // Writes the paint artifact into a WebDisplayItemList.
|
| void appendToWebDisplayItemList(WebDisplayItemList*) const;
|
|
|