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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 1186393004: gpu: Remove async texture uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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/trees/layer_tree_host_pixeltest_synchronous.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | 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 e4f52cde7f2e6eb2302a681f7b7289fecde85ee1..9259ca3dd341a4b7eda8dc6fd38d30882a95fba7 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -31,12 +31,10 @@ class LayerTreeHostTilesPixelTest : public LayerTreePixelTest {
settings->use_display_lists = true;
switch (raster_mode_) {
case PARTIAL_ONE_COPY:
- settings->use_one_copy = true;
settings->use_zero_copy = false;
settings->use_persistent_map_for_gpu_memory_buffers = true;
break;
case FULL_ONE_COPY:
- settings->use_one_copy = true;
settings->use_zero_copy = false;
settings->use_persistent_map_for_gpu_memory_buffers = false;
break;
« no previous file with comments | « cc/trees/layer_tree_host_pixeltest_synchronous.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698