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

Unified Diff: cc/proto/renderer_settings.proto

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/renderer_settings_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/renderer_settings.proto
diff --git a/cc/proto/renderer_settings.proto b/cc/proto/renderer_settings.proto
index 753de48515b1c9c4c76d831214a69b46c4b14d7d..55e692ec92d49572e77e52729ca442ff3f43835f 100644
--- a/cc/proto/renderer_settings.proto
+++ b/cc/proto/renderer_settings.proto
@@ -16,7 +16,7 @@ message RendererSettings {
optional bool finish_rendering_on_resize = 5;
optional bool should_clear_root_render_pass = 6;
optional bool disable_display_vsync = 7;
- optional bool release_overlay_resources_on_swap_complete = 8;
+ optional bool release_overlay_resources_after_gpu_query = 8;
optional double refresh_rate = 9;
optional uint32 highp_threshold_min = 10;
optional uint32 texture_id_allocation_chunk_size = 11;
« no previous file with comments | « cc/output/renderer_settings_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698