| Index: third_party/WebKit/Source/core/style/StyleDifference.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleDifference.h b/third_party/WebKit/Source/core/style/StyleDifference.h
|
| index af9627eabc9f4e3c21d66904b86f754397c5185e..232831f5a83df6f6f7627bede79f231c61f2b38d 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleDifference.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleDifference.h
|
| @@ -48,9 +48,6 @@ class StyleDifference {
|
| bool needsPaintInvalidation() const {
|
| return m_paintInvalidationType != NoPaintInvalidation;
|
| }
|
| - void clearNeedsPaintInvalidation() {
|
| - m_paintInvalidationType = NoPaintInvalidation;
|
| - }
|
|
|
| // The object just needs to issue paint invalidations.
|
| bool needsPaintInvalidationObject() const {
|
|
|