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

Side by Side Diff: cc/proto/layer_tree_settings.proto

Issue 1949023005: gpu: Add flag for enabling asynchronous worker context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fix Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | cc/trees/layer_tree_settings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 import "layer_tree_debug_state.proto"; 7 import "layer_tree_debug_state.proto";
8 import "managed_memory_policy.proto"; 8 import "managed_memory_policy.proto";
9 import "renderer_settings.proto"; 9 import "renderer_settings.proto";
10 import "size.proto"; 10 import "size.proto";
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 optional uint32 scheduled_raster_task_limit = 40; 62 optional uint32 scheduled_raster_task_limit = 40;
63 optional bool use_occlusion_for_tile_prioritization = 41; 63 optional bool use_occlusion_for_tile_prioritization = 41;
64 optional bool image_decode_tasks_enabled = 44; 64 optional bool image_decode_tasks_enabled = 44;
65 optional bool use_compositor_animation_timelines = 45; 65 optional bool use_compositor_animation_timelines = 45;
66 optional bool wait_for_beginframe_interval = 46; 66 optional bool wait_for_beginframe_interval = 46;
67 optional int32 max_staging_buffer_usage_in_bytes = 47; 67 optional int32 max_staging_buffer_usage_in_bytes = 47;
68 optional ManagedMemoryPolicy memory_policy = 48; 68 optional ManagedMemoryPolicy memory_policy = 48;
69 optional LayerTreeDebugState initial_debug_state = 49; 69 optional LayerTreeDebugState initial_debug_state = 49;
70 optional bool use_mouse_wheel_gestures = 50; 70 optional bool use_mouse_wheel_gestures = 50;
71 optional bool use_cached_picture_raster = 51; 71 optional bool use_cached_picture_raster = 51;
72 optional bool async_worker_context_enabled = 52;
72 } 73 }
OLDNEW
« no previous file with comments | « no previous file | cc/trees/layer_tree_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698