| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 23426b17ac0075308f7374cf66573fd056914308..0f104a37b592e959b7ef6f4d25c2a84a16ae02cb 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -356,6 +356,8 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| std::unique_ptr<LayerTree> layer_tree_;
|
|
|
| + base::WeakPtr<InputHandler> input_handler_weak_ptr_;
|
| +
|
| private:
|
| friend class LayerTreeHostSerializationTest;
|
|
|
| @@ -411,8 +413,6 @@ class CC_EXPORT LayerTreeHost {
|
| std::unique_ptr<OutputSurface> current_output_surface_;
|
| bool output_surface_lost_;
|
|
|
| - base::WeakPtr<InputHandler> input_handler_weak_ptr_;
|
| -
|
| const LayerTreeSettings settings_;
|
| LayerTreeDebugState debug_state_;
|
|
|
|
|