| Index: Source/core/layout/LayoutObject.h
 | 
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
 | 
| index 3a2a3d3e184b2b5786b3e74ab037da59e05b5e00..48d269badf4e0c9cedc870f4d77fc38a36c7dae6 100644
 | 
| --- a/Source/core/layout/LayoutObject.h
 | 
| +++ b/Source/core/layout/LayoutObject.h
 | 
| @@ -1061,6 +1061,7 @@ public:
 | 
|      DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); }
 | 
|  
 | 
|      void invalidateDisplayItemClient(const DisplayItemClientWrapper&) const;
 | 
| +    void invalidateDisplayItemClientForNonCompositingDescendants() const;
 | 
|  
 | 
|  protected:
 | 
|      enum LayoutObjectType {
 | 
| 
 |