| 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 2e1ea2c6305f92751934f61520d41c3f403afee8..2cbbff153e96b6bb765e8263883f944d4de007d6 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(const IntRect& visualR
|
|
|
| void BeginClipPathDisplayItem::analyzeForGpuRasterization(SkPictureGpuAnalyzer& analyzer) const
|
| {
|
| - analyzer.analyzeClipPath(m_clipPath, SkRegion::kIntersect_Op, true);
|
| + // Temporarily disabled (pref regressions due to GPU veto stickiness: http://crbug.com/603969).
|
| + // analyzer.analyzeClipPath(m_clipPath, SkRegion::kIntersect_Op, true);
|
| }
|
|
|
| void EndClipPathDisplayItem::replay(GraphicsContext& context) const
|
|
|