Chromium Code Reviews| Index: Source/core/paint/BoxDecorationData.h |
| diff --git a/Source/core/paint/BoxDecorationData.h b/Source/core/paint/BoxDecorationData.h |
| index 8fcc66351a4c8fb228e8709c0639533244072cbd..5c2560ea54d2ae81d550dc451a4b578ca9b6a435 100644 |
| --- a/Source/core/paint/BoxDecorationData.h |
| +++ b/Source/core/paint/BoxDecorationData.h |
| @@ -22,7 +22,7 @@ public: |
| Color backgroundColor; |
| BackgroundBleedAvoidance bleedAvoidance; |
| bool hasBackground; |
| - bool hasBorder; |
| + bool hasBorderDecoration; |
| bool hasAppearance; |
| private: |