| 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 b2da33b7ab9ba63c37db73d4e24e754b365921c5..9e7b10ac1f7d3bb5e11267302cf08039e06f4605 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1923,7 +1923,7 @@ private:
|
|
|
| bool diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle& other) const;
|
| bool diffNeedsFullLayout(const ComputedStyle& other) const;
|
| - bool diffNeedsPaintInvalidationLayer(const ComputedStyle& other) const;
|
| + bool diffNeedsPaintInvalidationSubtree(const ComputedStyle& other) const;
|
| bool diffNeedsPaintInvalidationObject(const ComputedStyle& other) const;
|
| void updatePropertySpecificDifferences(const ComputedStyle& other, StyleDifference&) const;
|
|
|
|
|