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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 optional uint32 scheduled_raster_task_limit = 40; | 63 optional uint32 scheduled_raster_task_limit = 40; |
64 optional bool use_occlusion_for_tile_prioritization = 41; | 64 optional bool use_occlusion_for_tile_prioritization = 41; |
65 optional bool verify_property_trees = 42; | 65 optional bool verify_property_trees = 42; |
66 optional bool use_property_trees = 43; | 66 optional bool use_property_trees = 43; |
67 optional bool image_decode_tasks_enabled = 44; | 67 optional bool image_decode_tasks_enabled = 44; |
68 optional bool use_compositor_animation_timelines = 45; | 68 optional bool use_compositor_animation_timelines = 45; |
69 optional bool wait_for_beginframe_interval = 46; | 69 optional bool wait_for_beginframe_interval = 46; |
70 optional int32 max_staging_buffer_usage_in_bytes = 47; | 70 optional int32 max_staging_buffer_usage_in_bytes = 47; |
71 optional ManagedMemoryPolicy memory_policy = 48; | 71 optional ManagedMemoryPolicy memory_policy = 48; |
72 optional LayerTreeDebugState initial_debug_state = 49; | 72 optional LayerTreeDebugState initial_debug_state = 49; |
| 73 optional bool use_mouse_wheel_gestures = 50; |
73 } | 74 } |
OLD | NEW |