| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| index 3455898cddab8e941509f6e7b228d8a61d1f916b..ce6f7285043e83f2b67ddb55076b4ed68993ae7e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| @@ -17,7 +17,7 @@ class PLATFORM_EXPORT BeginClipPathDisplayItem final : public PairedBeginDisplay
|
| public:
|
| BeginClipPathDisplayItem(const DisplayItemClient& client, const Path& clipPath)
|
| : PairedBeginDisplayItem(client, BeginClipPath, sizeof(*this))
|
| - , m_clipPath(clipPath.skPath()) { }
|
| + , m_clipPath(clipPath.getSkPath()) { }
|
|
|
| void replay(GraphicsContext&) const override;
|
| void appendToWebDisplayItemList(const IntRect&, WebDisplayItemList*) const override;
|
|
|