| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| index 497855cf62b067e8d63c3c711af472c9771f4c1d..02f006286ce7ea2de3f4458a694f95dcd73513cf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| @@ -20,7 +20,7 @@ void BeginClipPathDisplayItem::replay(GraphicsContext& context) const {
|
| void BeginClipPathDisplayItem::appendToWebDisplayItemList(
|
| const IntRect& visualRect,
|
| WebDisplayItemList* list) const {
|
| - list->appendClipPathItem(m_clipPath, SkClipOp::kIntersect, true);
|
| + list->appendClipPathItem(m_clipPath, true);
|
| }
|
|
|
| void BeginClipPathDisplayItem::analyzeForGpuRasterization(
|
|
|