Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1729)

Unified Diff: Source/core/rendering/style/StyleMultiColData.h

Issue 23581008: Revert r154797: "Move isValid/isCurrentColor from Color to StyleColor" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/rendering/style/StyleMultiColData.h
diff --git a/Source/core/rendering/style/StyleMultiColData.h b/Source/core/rendering/style/StyleMultiColData.h
index bc971845daa341f20b9983ed0dd34bd4d3da4306..dcd1478ca8d8b3232fe3183281b51e51bc113b46 100644
--- a/Source/core/rendering/style/StyleMultiColData.h
+++ b/Source/core/rendering/style/StyleMultiColData.h
@@ -25,7 +25,6 @@
#ifndef StyleMultiColData_h
#define StyleMultiColData_h
-#include "core/css/StyleColor.h"
#include "core/platform/Length.h"
#include "core/rendering/style/BorderValue.h"
#include "core/rendering/style/RenderStyleConstants.h"
@@ -58,7 +57,7 @@ public:
unsigned short m_count;
float m_gap;
BorderValue m_rule;
- StyleColor m_visitedLinkColumnRuleColor;
+ Color m_visitedLinkColumnRuleColor;
bool m_autoWidth : 1;
bool m_autoCount : 1;

Powered by Google App Engine
This is Rietveld 408576698