| 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 fbc8c08ca4fc200c310d2be24dc626d002e1f636..4c0e56889ebf100ca03d1f489e8dc60fdb360543 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 CdlPicture* picture = drawing.picture()) {
|
| if (drawing.knownToBeOpaque()) {
|
| // TODO(pdr): It may be too conservative to round in to the
|
| // enclosedIntRect.
|
|
|