| 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);
|
|
|