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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.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 | « third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
index ec52ffc04983ef1223cc5d8b9c73b4f932ff8d01..ed4d6a18cbd7515eb4e393c8b6734ca9e941bce6 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
@@ -895,7 +895,8 @@ TEST_F(PaintControllerTest, IsNotSuitableForGpuRasterizationSinglePictureManyPat
EXPECT_FALSE(getPaintController().paintArtifact().isSuitableForGpuRasterization());
}
-TEST_F(PaintControllerTest, IsNotSuitableForGpuRasterizationConcaveClipPath)
+// Temporarily disabled (pref regressions due to GPU veto stickiness: http://crbug.com/603969).
+TEST_F(PaintControllerTest, DISABLED_IsNotSuitableForGpuRasterizationConcaveClipPath)
{
Path path;
path.addLineTo(FloatPoint(50, 50));
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698