| Index: third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| index b72c25569913434970f52488cb2c768eee428159..6071362ccb34daad4cc556cf2c3e675486922892 100644
|
| --- a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| @@ -15,7 +15,7 @@ RoundedInnerRectClipper::RoundedInnerRectClipper(const LayoutObject& layoutObjec
|
| : m_layoutObject(layoutObject)
|
| , m_paintInfo(paintInfo)
|
| , m_usePaintController(behavior == ApplyToDisplayList)
|
| - , m_clipType(m_usePaintController ? m_paintInfo.displayItemTypeForClipping() : DisplayItem::ClipBoxPaintPhaseFirst)
|
| + , m_clipType(m_usePaintController ? m_paintInfo.displayItemTypeForClipping() : DisplayItem::kClipBoxPaintPhaseFirst)
|
| {
|
| Vector<FloatRoundedRect> roundedRectClips;
|
| if (clipRect.isRenderable()) {
|
|
|