Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp |
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
index 4cc2028978c914ef471c67dbe586d0f996260e2f..f24ebd88f7c27c0bec17ee99ea55ee13fd56aa13 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp |
@@ -52,7 +52,7 @@ |
namespace blink { |
struct SameSizeAsBorderValue { |
- RGBA32 m_color; |
+ Color m_color; |
unsigned m_width; |
}; |