| Index: third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| index abc9a5abb68e0088009b16f447c51be5f8196b45..8b84ff54a89652cb6ce73fbe8b04becb5e153414 100644
|
| --- a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorderTest.cpp
|
| @@ -92,7 +92,7 @@ FloatRect drawAndGetCullRect(PaintController& controller, const LayoutObject& la
|
| {
|
| // Draw some things which will produce a non-null picture.
|
| GraphicsContext context(controller);
|
| - LayoutObjectDrawingRecorder recorder(context, layoutObject, DisplayItem::BoxDecorationBackground, bounds);
|
| + LayoutObjectDrawingRecorder recorder(context, layoutObject, DisplayItem::kBoxDecorationBackground, bounds);
|
| context.drawRect(enclosedIntRect(FloatRect(bounds)));
|
| }
|
| controller.commitNewDisplayItems();
|
|
|