OLD | NEW |
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 repeated uint32 use_image_texture_targets = 38; | 60 repeated uint32 use_image_texture_targets = 38; |
61 optional bool ignore_root_layer_flings = 39; | 61 optional bool ignore_root_layer_flings = 39; |
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; | |
71 optional bool use_cached_picture_raster = 51; | 70 optional bool use_cached_picture_raster = 51; |
72 optional bool async_worker_context_enabled = 52; | 71 optional bool async_worker_context_enabled = 52; |
73 } | 72 } |
OLD | NEW |