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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2156933003: cc: Add SwapAck watchdog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to 8 seconds Created 4 years, 4 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
« no previous file with comments | « cc/scheduler/scheduler_settings.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index e418161d13a497f85877c150ebba4bb3a4f7ff1c..34aaabb4e58dfb48e873bebde0d02c93ed8b7c2e 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -44,6 +44,7 @@ class CC_EXPORT LayerTreeSettings {
bool use_output_surface_begin_frame_source = false;
bool main_frame_before_activation_enabled = false;
bool using_synchronous_renderer_compositor = false;
+ bool swap_ack_watchdog_enabled = false;
bool can_use_lcd_text = true;
bool use_distance_field_text = false;
bool gpu_rasterization_enabled = false;
« no previous file with comments | « cc/scheduler/scheduler_settings.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698