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

Unified Diff: cc/debug/layer_tree_debug_state.h

Issue 92853002: Support for drawing a debug border around animated layers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address vollick's comments. Created 7 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
Index: cc/debug/layer_tree_debug_state.h
diff --git a/cc/debug/layer_tree_debug_state.h b/cc/debug/layer_tree_debug_state.h
index 1233a4e36f09f0ba6d74da8834e3c78772d13b8e..24196de13d6927dfb2681b48b85912b18ae02de7 100644
--- a/cc/debug/layer_tree_debug_state.h
+++ b/cc/debug/layer_tree_debug_state.h
@@ -29,6 +29,7 @@ class CC_EXPORT LayerTreeDebugState {
bool show_touch_event_handler_rects;
bool show_wheel_event_handler_rects;
bool show_non_fast_scrollable_rects;
+ bool show_layer_animation_bounds_rects;
int slow_down_raster_scale_factor;
bool rasterize_only_visible_content;

Powered by Google App Engine
This is Rietveld 408576698