Chromium Code Reviews| Index: Source/core/rendering/style/CachedUAStyle.h |
| diff --git a/Source/core/rendering/style/CachedUAStyle.h b/Source/core/rendering/style/CachedUAStyle.h |
| index f56d66f3395d4478e2894b09440c51164c5d3163..863212b1c589c4cdce1ba38be41e4d72b6c233bd 100644 |
| --- a/Source/core/rendering/style/CachedUAStyle.h |
| +++ b/Source/core/rendering/style/CachedUAStyle.h |
| @@ -54,7 +54,7 @@ public: |
| bool hasAppearance; |
| BorderData border; |
| FillLayer backgroundLayers; |
| - Color backgroundColor; |
| + StyleColor backgroundColor; |
| }; |