| 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 b3df10ab7f1bc715a8d09c5b8cab3a8cbc049f81..4b2a3c4b8f64ad50830f0696e32b1a757c8b4190 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp
|
| @@ -25,7 +25,8 @@ void BeginClipPathDisplayItem::appendToWebDisplayItemList(
|
|
|
| void BeginClipPathDisplayItem::analyzeForGpuRasterization(
|
| SkPictureGpuAnalyzer& analyzer) const {
|
| - // Temporarily disabled (pref regressions due to GPU veto stickiness: http://crbug.com/603969).
|
| + // Temporarily disabled (pref regressions due to GPU veto stickiness:
|
| + // http://crbug.com/603969).
|
| // analyzer.analyzeClipPath(m_clipPath, SkRegion::kIntersect_Op, true);
|
| }
|
|
|
|
|