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

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

Issue 1577263004: Communicate whether passive event listeners exist to cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_passive_listeners
Patch Set: Fix nits Created 4 years, 10 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 | « cc/proto/layer_tree_host.proto ('k') | cc/trees/layer_tree_host.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « cc/proto/layer_tree_host.proto ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698