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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 2161933004: Re-enable GPU partial raster for non-MSAA content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@perftest
Patch Set: Created 4 years, 5 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 | « cc/raster/gpu_raster_buffer_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_pixeltest_tiles.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_tiles.cc b/cc/trees/layer_tree_host_pixeltest_tiles.cc
index b2845d5f4c5b910e49926e805b2a2cb1ff49d6fc..a7833ddd0879db5707da7b53bd9ee7f80ef84cd1 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -223,10 +223,8 @@ TEST_F(LayerTreeHostTilesTestPartialInvalidation,
base::FilePath(FILE_PATH_LITERAL("blue_yellow_flipped.png")));
}
-// TODO(crbug.com/629683): Re-enable this test once GPU partial raster issues
-// are fixed.
TEST_F(LayerTreeHostTilesTestPartialInvalidation,
- DISABLED_PartialRaster_SingleThread_GpuRaster) {
+ PartialRaster_SingleThread_GpuRaster) {
RunRasterPixelTest(
false, PARTIAL_GPU, picture_layer_,
base::FilePath(FILE_PATH_LITERAL("blue_yellow_partial_flipped.png")));
« no previous file with comments | « cc/raster/gpu_raster_buffer_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698