Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 2c9cdaf79886555bc60e00d4efea30011bd1fd04..d41e73df07482f68fc3922b86576d79e1db326ac 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -448,20 +448,6 @@ class CC_EXPORT LayerTreeHost { |
bool in_paint_layer_contents_; |
- static const int kTotalFramesToUseForLCDTextMetrics = 50; |
- int total_frames_used_for_lcd_text_metrics_; |
- |
- struct LCDTextMetrics { |
- LCDTextMetrics() |
- : total_num_cc_layers(0), |
- total_num_cc_layers_can_use_lcd_text(0), |
- total_num_cc_layers_will_use_lcd_text(0) {} |
- |
- int64 total_num_cc_layers; |
- int64 total_num_cc_layers_can_use_lcd_text; |
- int64 total_num_cc_layers_will_use_lcd_text; |
- }; |
- LCDTextMetrics lcd_text_metrics_; |
int id_; |
bool next_commit_forces_redraw_; |