| Index: cc/resources/clip_display_item.cc
|
| diff --git a/cc/resources/clip_display_item.cc b/cc/resources/clip_display_item.cc
|
| index 731c6059122df0930ce340ad894ad464a5242175..1a0ffcb3ea77f00578018f7add22ec507c21fcdb 100644
|
| --- a/cc/resources/clip_display_item.cc
|
| +++ b/cc/resources/clip_display_item.cc
|
| @@ -26,7 +26,7 @@ void ClipDisplayItem::Raster(SkCanvas* canvas,
|
| canvas->clipRect(rounded_clip_rects_[i].rect());
|
| } else {
|
| bool antialiased = true;
|
| - canvas->clipRRect(rounded_clip_rects_[i], SkRegion::kIntersect_Op,
|
| + canvas->clipRRect(rounded_clip_rects_[i], kIntersect_SkClipOp,
|
| antialiased);
|
| }
|
| }
|
|
|