| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index a64f0db29bfdf6228850ca88bdfbaf3c3d915e3f..6ee192a63a4df112eeff81b07e2e2e7a433149b1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -132,6 +132,7 @@ class CORE_EXPORT ComputedStyle: public RefCounted<ComputedStyle> {
|
| friend class AnimatedStyleBuilder; // Used by Web Animations CSS. Sets the color styles
|
| friend class CSSAnimatableValueFactory; // Used by Web Animations CSS. Gets visited and unvisited colors separately.
|
| friend class CSSPropertyEquality; // Used by CSS animations. We can't allow them to animate based off visited colors.
|
| + friend class CSSPropertyEqualityCustom; // Used by CSS animations. We can't allow them to animate based off visited colors.
|
| friend class ApplyStyleCommand; // Editing has to only reveal unvisited info.
|
| friend class EditingStyle; // Editing has to only reveal unvisited info.
|
| friend class ComputedStyleCSSValueMapping; // Needs to be able to see visited and unvisited colors for devtools.
|
|
|