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

Unified Diff: cc/proto/layer_tree_debug_state.proto

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
« no previous file with comments | « cc/proto/layer_tree.proto ('k') | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree_debug_state.proto
diff --git a/cc/proto/layer_tree_debug_state.proto b/cc/proto/layer_tree_debug_state.proto
deleted file mode 100644
index 0255d1b6e60154bc097375e97843a528e0757a32..0000000000000000000000000000000000000000
--- a/cc/proto/layer_tree_debug_state.proto
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-syntax = "proto2";
-
-package cc.proto;
-
-option optimize_for = LITE_RUNTIME;
-
-message LayerTreeDebugState {
- optional bool show_fps_counter = 1;
- optional bool show_debug_borders = 2;
-
- optional bool show_paint_rects = 3;
- optional bool show_property_changed_rects = 4;
- optional bool show_surface_damage_rects = 5;
- optional bool show_screen_space_rects = 6;
- optional bool show_touch_event_handler_rects = 8;
- optional bool show_wheel_event_handler_rects = 9;
- optional bool show_scroll_event_handler_rects = 10;
- optional bool show_non_fast_scrollable_rects = 11;
- optional bool show_layer_animation_bounds_rects = 12;
-
- optional int32 slow_down_raster_scale_factor = 13;
- optional bool rasterize_only_visible_content = 14;
- optional bool show_picture_borders = 15;
-
- optional bool record_rendering_stats = 16;
-}
« no previous file with comments | « cc/proto/layer_tree.proto ('k') | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698