| Index: third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h
|
| index 140ff4d0c213fe165b7b9dbda8c01804b5f20893..1d56b3c131ad6bd4cdaf8c137fd9cfaccf6c1e2e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceDisplayItem.h
|
| @@ -13,14 +13,14 @@ namespace blink {
|
|
|
| class BeginSubsequenceDisplayItem final : public PairedBeginDisplayItem {
|
| public:
|
| - BeginSubsequenceDisplayItem(const DisplayItemClientWrapper& client)
|
| + BeginSubsequenceDisplayItem(const DisplayItemClient& client)
|
| : PairedBeginDisplayItem(client, Subsequence, sizeof(*this))
|
| { }
|
| };
|
|
|
| class EndSubsequenceDisplayItem final : public PairedEndDisplayItem {
|
| public:
|
| - EndSubsequenceDisplayItem(const DisplayItemClientWrapper& client)
|
| + EndSubsequenceDisplayItem(const DisplayItemClient& client)
|
| : PairedEndDisplayItem(client, EndSubsequence, sizeof(*this))
|
| { }
|
|
|
|
|