| 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 b666a15f8a9e8f364399101d2ab775cc39428ece..142975a3df5ac03f2d6756562a34aaba64ac69b6 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -369,6 +369,7 @@ public:
|
| static PassRefPtr<ComputedStyle> create();
|
| static PassRefPtr<ComputedStyle> createAnonymousStyleWithDisplay(const ComputedStyle& parentStyle, EDisplay);
|
| static PassRefPtr<ComputedStyle> clone(const ComputedStyle&);
|
| + static void invalidateInitialStyle();
|
|
|
| // Computes how the style change should be propagated down the tree.
|
| static StyleRecalcChange stylePropagationDiff(const ComputedStyle* oldStyle, const ComputedStyle* newStyle);
|
|
|