| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 63e8aecfb576344c24c88fa151fd53fa1802cb25..0fd3abbc2d5efc9b0000671cabc172ae189cc8e3 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -253,6 +253,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| bool in_paint_layer_contents() const { return in_paint_layer_contents_; }
|
|
|
| bool UsingSharedMemoryResources();
|
| + int id() const { return tree_id_; }
|
|
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient* client, const LayerTreeSettings& settings);
|
| @@ -367,6 +368,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| int64 total_num_cc_layers_will_use_lcd_text;
|
| };
|
| LCDTextMetrics lcd_text_metrics_;
|
| + int tree_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHost);
|
| };
|
|
|