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

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

Issue 1835523002: cc: Add LayerTreeSetting to disable cached picture raster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use LayerTreeSettings for cached picture raster. Created 4 years, 8 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
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 bool ignore_root_layer_flings = 39; 62 optional bool ignore_root_layer_flings = 39;
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 image_decode_tasks_enabled = 44; 65 optional bool image_decode_tasks_enabled = 44;
66 optional bool use_compositor_animation_timelines = 45; 66 optional bool use_compositor_animation_timelines = 45;
67 optional bool wait_for_beginframe_interval = 46; 67 optional bool wait_for_beginframe_interval = 46;
68 optional int32 max_staging_buffer_usage_in_bytes = 47; 68 optional int32 max_staging_buffer_usage_in_bytes = 47;
69 optional ManagedMemoryPolicy memory_policy = 48; 69 optional ManagedMemoryPolicy memory_policy = 48;
70 optional LayerTreeDebugState initial_debug_state = 49; 70 optional LayerTreeDebugState initial_debug_state = 49;
71 optional bool use_mouse_wheel_gestures = 50; 71 optional bool use_mouse_wheel_gestures = 50;
72 optional bool use_cached_picture_raster = 51;
72 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698