| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| index 433ff4dc458dff64c5de396f4b9945fdf4649bbe..48b0f5e885e6c9fde8a133132c4a368e7cf4bbcd 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| @@ -116,9 +116,9 @@ public:
|
| } while (false);
|
|
|
| // Shorter names for frequently used display item types in tests.
|
| -const DisplayItem::Type backgroundType = DisplayItem::BoxDecorationBackground;
|
| +const DisplayItem::Type backgroundType = DisplayItem::kBoxDecorationBackground;
|
| const DisplayItem::Type foregroundType = DisplayItem::paintPhaseToDrawingType(PaintPhaseForeground);
|
| -const DisplayItem::Type documentBackgroundType = DisplayItem::DocumentBackground;
|
| +const DisplayItem::Type documentBackgroundType = DisplayItem::kDocumentBackground;
|
|
|
| } // namespace blink
|
|
|
|
|