| Index: third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| index 715d0ec381253902856fc1f07164dd0c7d5e3119..33c25f8e1ee04c0cd500e27c17294a485495d704 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h
|
| @@ -25,7 +25,7 @@ class WebLayer;
|
| //
|
| // Before SPv2, this content is not painted, but is instead inserted into the
|
| // GraphicsLayer tree.
|
| -class PLATFORM_EXPORT ForeignLayerDisplayItem final : public DisplayItem {
|
| +class PLATFORM_EXPORT ForeignLayerDisplayItem final : public DisplayItemBase<ForeignLayerDisplayItem> {
|
| public:
|
| ForeignLayerDisplayItem(
|
| const DisplayItemClient&, Type,
|
|
|