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

Unified Diff: cc/proto/layer_tree_settings.proto

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: cc/proto/layer_tree_settings.proto
diff --git a/cc/proto/layer_tree_settings.proto b/cc/proto/layer_tree_settings.proto
index 7fd39563fdc8c6d83ec1963d3a35739f268ee88f..f08b42f331da2172466496fb6d0e3561f06176db 100644
--- a/cc/proto/layer_tree_settings.proto
+++ b/cc/proto/layer_tree_settings.proto
@@ -57,7 +57,6 @@ message LayerTreeSettings {
optional bool use_zero_copy = 35;
optional bool use_partial_raster = 36;
optional bool enable_elastic_overscroll = 37;
- repeated uint32 use_image_texture_targets = 38;
optional bool ignore_root_layer_flings = 39;
optional uint32 scheduled_raster_task_limit = 40;
optional bool use_occlusion_for_tile_prioritization = 41;

Powered by Google App Engine
This is Rietveld 408576698