Chromium Code Reviews| Index: cc/layer_tree_host.h |
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
| index b81c7ca08452f99c9657ac2e24f5dda8e1415f7d..28d9eba2e1a33276c39c65f101332057f17965c7 100644 |
| --- a/cc/layer_tree_host.h |
| +++ b/cc/layer_tree_host.h |
| @@ -63,6 +63,7 @@ struct CC_EXPORT LayerTreeSettings { |
| bool showReplicaScreenSpaceRects; |
| bool showOccludingRects; |
| bool renderVSyncEnabled; |
| + bool canUseLCDText; |
| double refreshRate; |
| size_t maxPartialTextureUpdates; |
| gfx::Size defaultTileSize; |