| Index: Source/core/rendering/style/StyleInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleInheritedData.h b/Source/core/rendering/style/StyleInheritedData.h
|
| index 80bd3ec25cf19575f51275cebe98beaf35aefe1e..54dc7d71b2cc7a532258fcdea4137e56cf500318 100644
|
| --- a/Source/core/rendering/style/StyleInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleInheritedData.h
|
| @@ -25,8 +25,8 @@
|
| #ifndef StyleInheritedData_h
|
| #define StyleInheritedData_h
|
|
|
| -#include "core/css/StyleColor.h"
|
| #include "core/platform/Length.h"
|
| +#include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -54,8 +54,8 @@ public:
|
| Length line_height;
|
|
|
| Font font;
|
| - StyleColor color;
|
| - StyleColor visitedLinkColor;
|
| + Color color;
|
| + Color visitedLinkColor;
|
|
|
| private:
|
| StyleInheritedData();
|
|
|