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

Unified Diff: cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc

Issue 855583002: Revert of Revert of cc: Remove tile rasterize on demand for GPU rasterization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/resources/tile_manager.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_on_demand_raster.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
index a5ccb8b65c3bfdad1b0595caf859cfbf8d3a847c..4d60baf355e89ef5437a964c28f032162cad8da1 100644
--- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
+++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc
@@ -111,19 +111,6 @@
RunOnDemandRasterPixelTest();
}
-class LayerTreeHostOnDemandRasterPixelTestWithGpuRasterizationForced
- : public LayerTreeHostOnDemandRasterPixelTest {
- void InitializeSettings(LayerTreeSettings* settings) override {
- LayerTreeHostOnDemandRasterPixelTest::InitializeSettings(settings);
- settings->gpu_rasterization_forced = true;
- }
-};
-
-TEST_F(LayerTreeHostOnDemandRasterPixelTestWithGpuRasterizationForced,
- RasterPictureLayer) {
- RunOnDemandRasterPixelTest();
-}
-
} // namespace
} // namespace cc
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698