| Index: third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| diff --git a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| index 05d002f294c0989b689bfb421fa2f53aabe9af61..3ab455b1c1ca44ec13a20a3b6757946c4ab046c8 100644
|
| --- a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| +++ b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.h
|
| @@ -29,7 +29,7 @@ public:
|
| private:
|
| const LayoutObject& m_layoutObject;
|
| const PaintInfo& m_paintInfo;
|
| - bool m_useDisplayItemList;
|
| + bool m_usePaintController;
|
| DisplayItem::Type m_clipType;
|
| };
|
|
|
|
|