Home | History | Annotate | Download | only in trees

Lines Matching defs:debug_state

5008     LayerTreeDebugState debug_state = layer_tree_host()->debug_state();
5009 debug_state.continuous_painting = true;
5010 layer_tree_host()->SetDebugState(debug_state);
5014 LayerTreeDebugState debug_state = layer_tree_host()->debug_state();
5015 debug_state.continuous_painting = false;
5016 layer_tree_host()->SetDebugState(debug_state);