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

Unified Diff: cc/output/renderer_settings.h

Issue 2061993003: Pass responsibility for IOSurface-texture reuse to the gpu process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp85_query_in_use
Patch Set: Rebase. Created 4 years, 6 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/output/overlay_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index e8cbd77c1f85d3c58fccbf88a0cacf0072684e91..cf5d658195352d5294556685884d897b00b04627 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -29,7 +29,7 @@ class CC_EXPORT RendererSettings {
bool finish_rendering_on_resize;
bool should_clear_root_render_pass;
bool disable_display_vsync;
- bool release_overlay_resources_on_swap_complete;
+ bool release_overlay_resources_after_gpu_query;
double refresh_rate;
int highp_threshold_min;
size_t texture_id_allocation_chunk_size;
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698