| Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index f5c5dda2b4107661ea450afcc98b4e9d489f5368..c37d9efc7efdcdf7595641c89a03371295427df9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -372,7 +372,7 @@ Response InspectorLayerTreeAgent::makeSnapshot(const String& layerId,
|
|
|
| GraphicsContext context(layer->getPaintController());
|
| context.beginRecording(interestRect);
|
| - layer->getPaintController().paintArtifact().replay(context);
|
| + layer->getPaintController().paintArtifact().replay(interestRect, context);
|
| RefPtr<PictureSnapshot> snapshot =
|
| adoptRef(new PictureSnapshot(ToSkPicture(context.endRecording())));
|
|
|
|
|