Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 63208b4e578c46ffa5a38107a9c5cfdb7cb290a3..36da8360ec49dfa88be1d1ff3314124769cf123c 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -587,6 +587,9 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient { |
uint32_t surface_id_namespace_; |
uint32_t next_surface_sequence_; |
+ bool has_fixed_raster_scale_blurry_content_; |
+ bool has_fixed_raster_scale_potential_performance_regression_; |
+ |
DISALLOW_COPY_AND_ASSIGN(LayerTreeHost); |
}; |