Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp

Issue 2039373003: Temporarily disable ClipPathDisplayItem accounting for GPU veto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable the unit test also Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698