| 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 42d731c520679077eddd28a2cc41662c8ef1fc8d..d0def2916cacfd4c313270be4365f1aef7db81d2 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -83,6 +83,11 @@ PassRefPtr<ComputedStyle> ComputedStyle::createInitialStyle()
|
| return adoptRef(new ComputedStyle(InitialStyle));
|
| }
|
|
|
| +void ComputedStyle::invalidateInitialStyle()
|
| +{
|
| + initialStyle()->setTapHighlightColor(initialTapHighlightColor());
|
| +}
|
| +
|
| PassRefPtr<ComputedStyle> ComputedStyle::createAnonymousStyleWithDisplay(const ComputedStyle& parentStyle, EDisplay display)
|
| {
|
| RefPtr<ComputedStyle> newStyle = ComputedStyle::create();
|
|
|