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 37acb410f78a9b255ed89c0ef28e5593e70e7fc7..99531ca596deeedb0bb1499b5226f76306acdba1 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -3751,6 +3751,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase, |
bool diffNeedsPaintInvalidationObjectForPaintImage( |
const StyleImage*, |
const ComputedStyle& other) const; |
+ bool diffNeedsPaintInvalidationSelection(const ComputedStyle& other) const; |
void updatePropertySpecificDifferences(const ComputedStyle& other, |
StyleDifference&) const; |