| Index: third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
 | 
| index 34c4d1ef79f38e69383418f05b578024c7c538d1..24b28887639db3f9d907458e1e8f82f492473f77 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CachedDisplayItem.h
 | 
| @@ -15,7 +15,7 @@ namespace blink {
 | 
|  // the cached DrawingDisplayItem/subtree when merging new paint list to cached paint list.
 | 
|  class CachedDisplayItem final : public DisplayItem {
 | 
|  public:
 | 
| -    CachedDisplayItem(const DisplayItemClientWrapper& client, Type type)
 | 
| +    CachedDisplayItem(const DisplayItemClient& client, Type type)
 | 
|          : DisplayItem(client, type, sizeof(*this))
 | 
|      {
 | 
|          ASSERT(isCachedType(type));
 | 
| 
 |