| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 433836c66c69ec41b8b19109f1f7b2ab54ff79ef..e9463d4337aba5887a9f28dbdaac54e04220ffa0 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1183,6 +1183,7 @@ void LayerTreeHost::PushLayerTreePropertiesTo(LayerTreeImpl* tree_impl) {
|
|
|
| tree_impl->set_background_color(background_color_);
|
| tree_impl->set_has_transparent_background(has_transparent_background_);
|
| + tree_impl->set_is_fullscreen(is_fullscreen_);
|
| tree_impl->set_have_scroll_event_handlers(have_scroll_event_handlers_);
|
| tree_impl->set_event_listener_properties(
|
| EventListenerClass::kTouchStartOrMove,
|
|
|