| 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 24e6bd4759eb06868ac081c79f107c83fb85ddae..3e86d0375040e7d0cbec327d9cb03dbd9ccb38d5 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -150,7 +150,7 @@ typedef Vector<RefPtr<ComputedStyle>, 4> PseudoStyleCache;
|
| // be expanded to handle more and more types of properties. Eventually, all
|
| // methods will be on ComputedStyleBase (with custom methods defined in a class
|
| // such as ComputedStyleBase.cpp) and ComputedStyle will be removed.
|
| -class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| +class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| public RefCounted<ComputedStyle> {
|
| // Used by Web Animations CSS. Sets the color styles.
|
| friend class AnimatedStyleBuilder;
|
|
|