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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 1452353002: Turn off computation of the interest rect in cc in synchronized paint mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 822de1d97d5d9fb10dac20aeb603336fcbf9b810..1b56cb46338ce52ce2eaf696ddff531dffc02d38 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -44,6 +44,7 @@ class CC_EXPORT LayerTreeSettings {
int gpu_rasterization_msaa_sample_count;
float gpu_rasterization_skewport_target_time_in_seconds;
bool create_low_res_tiling;
+ bool blink_synchronized_painting_enabled;
enum ScrollbarAnimator {
NO_ANIMATOR,

Powered by Google App Engine
This is Rietveld 408576698