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

Unified Diff: third_party/WebKit/Source/platform/exported/WebFont.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/platform/exported/WebFont.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebFont.cpp b/third_party/WebKit/Source/platform/exported/WebFont.cpp
index be277e9211965bcc4cff73daaa23fc899788a675..30ff8c0cf7d5731ba17926bac9dfa257f1b6daf0 100644
--- a/third_party/WebKit/Source/platform/exported/WebFont.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebFont.cpp
@@ -91,7 +91,7 @@ void WebFont::drawText(WebCanvas* canvas, const WebTextRun& run,
GraphicsContext& context = pictureBuilder.context();
{
- DrawingRecorder drawingRecorder(context, pictureBuilder, DisplayItem::WebFont, intRect);
+ DrawingRecorder drawingRecorder(context, pictureBuilder, DisplayItem::kWebFont, intRect);
context.save();
context.setFillColor(color);
context.clip(textClipRect);

Powered by Google App Engine
This is Rietveld 408576698