| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 8cc08647afbad5ece1f99817a9f5fe3e45d09055..6de1d69fd6e38d8c91de3b2be9a35d255821d46b 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -1779,6 +1779,7 @@ private:
|
| void appendContent(PassOwnPtr<ContentData>);
|
| void addAppliedTextDecoration(const AppliedTextDecoration&);
|
|
|
| + bool diffNeedsFullLayoutAndRepaint(const RenderStyle& other) const;
|
| bool diffNeedsFullLayout(const RenderStyle& other) const;
|
| bool diffNeedsRepaintLayer(const RenderStyle& other) const;
|
| bool diffNeedsRepaintObject(const RenderStyle& other) const;
|
|
|