Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 4cc4a994224a99b69acfb66707c1e3f220f46301..889c6d388be1d9f08cecee4b1bcd5c3dab2690c8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -2138,6 +2138,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
inline LayoutObject* paintInvalidationParent() const; |
LayoutObject* slowPaintInvalidationParentForTesting() const; |
+ void invalidatePaintForSelection(); |
+ |
RefPtr<ComputedStyle> m_style; |
// Oilpan: This untraced pointer to the owning Node is considered safe. |