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

Unified Diff: cc/trees/layer_tree_host_common.cc

Issue 2899403003: cc: Give non-drawing layers that are rasterized a lower priority. (Closed)
Patch Set: type Created 3 years, 7 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/tiles/tiling_set_raster_queue_all.cc ('k') | cc/trees/layer_tree_host_common_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_common.cc
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
index e289a34db082703215815fa1212972e6aeb9f35a..f561445de0c0f43ad86aec738e3b48eb037c7ccb 100644
--- a/cc/trees/layer_tree_host_common.cc
+++ b/cc/trees/layer_tree_host_common.cc
@@ -377,8 +377,8 @@ static void ComputeInitialRenderSurfaceList(
bool skip_layer = !is_root && (skip_draw_properties_computation ||
skip_for_invertibility);
- layer->set_raster_even_if_not_in_rsll(skip_for_invertibility &&
- !skip_draw_properties_computation);
+ layer->set_raster_even_if_not_drawn(skip_for_invertibility &&
+ !skip_draw_properties_computation);
if (skip_layer)
continue;
« no previous file with comments | « cc/tiles/tiling_set_raster_queue_all.cc ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698