| 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));
|
|
|