| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 8ae65d5070318d2bcbac380472c7d4aec55c3ea1..5d9d4fb7651e5d4e4e5d4fdb4449740403b84281 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -101,7 +101,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerTreeHostImplClient* client,
|
| Proxy* proxy,
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
| - SharedBitmapManager* manager);
|
| + SharedBitmapManager* manager,
|
| + int id);
|
| virtual ~LayerTreeHostImpl();
|
|
|
| // InputHandler implementation
|
| @@ -417,7 +418,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerTreeHostImplClient* client,
|
| Proxy* proxy,
|
| RenderingStatsInstrumentation* rendering_stats_instrumentation,
|
| - SharedBitmapManager* manager);
|
| + SharedBitmapManager* manager,
|
| + int id);
|
|
|
| // Virtual for testing.
|
| virtual void AnimateLayers(base::TimeTicks monotonic_time,
|
| @@ -627,6 +629,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| base::Closure tree_activation_callback_;
|
|
|
| SharedBitmapManager* shared_bitmap_manager_;
|
| + int id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
|
| };
|
|
|