Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: third_party/WebKit/Source/core/page/PrintContextTest.cpp

Issue 2286843002: Rename DisplayItem::Type enum constants to Chromium style. (Closed)
Patch Set: Rebasing... Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698