| Index: third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
|
| index 59838618417f63a11a1db483754c9dc7be6af1f3..3f40f9c384281602abb9e5c1e5c5899959964687 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifact.cpp
|
| @@ -25,7 +25,7 @@ void computeChunkBoundsAndOpaqueness(const DisplayItemList& displayItems,
|
| if (!item.isDrawing())
|
| continue;
|
| const auto& drawing = static_cast<const DrawingDisplayItem&>(item);
|
| - if (const SkPicture* picture = drawing.picture()) {
|
| + if (const PaintRecord* picture = drawing.picture()) {
|
| if (drawing.knownToBeOpaque()) {
|
| // TODO(pdr): It may be too conservative to round in to the
|
| // enclosedIntRect.
|
|
|