| Index: third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| index 04b70f498a00748e8bc4f25fa320905756eed244..cc65bfd60d8d17ebca58d617a18e1f488762d37a 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| @@ -100,7 +100,7 @@ protected:
|
| SkPictureBuilder pictureBuilder(pageRect);
|
| GraphicsContext& context = pictureBuilder.context();
|
| context.setPrinting(true);
|
| - document().view()->paintContents(&context, GlobalPaintPrinting, pageRect);
|
| + document().view()->paintContents(context, GlobalPaintPrinting, pageRect);
|
| {
|
| DrawingRecorder recorder(context, *document().layoutView(), DisplayItem::PrintedContentDestinationLocations, pageRect);
|
| printContext().outputLinkedDestinations(context, pageRect);
|
|
|