| 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 8ecda1eee210491aec2593af35d9b4d5b36e5fc0..f23c9087b292c2e4b0ae5378ae1dfabf24407369 100644
|
| --- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
|
| @@ -99,7 +99,7 @@ protected:
|
| context.setPrinting(true);
|
| document().view()->paintContents(context, GlobalPaintPrinting, pageRect);
|
| {
|
| - DrawingRecorder recorder(context, *document().layoutView(), DisplayItem::PrintedContentDestinationLocations, pageRect);
|
| + DrawingRecorder recorder(context, *document().layoutView(), DisplayItem::kPrintedContentDestinationLocations, pageRect);
|
| printContext().outputLinkedDestinations(context, pageRect);
|
| }
|
| pictureBuilder.endRecording()->playback(&canvas);
|
|
|