| 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 f6993cb023227bc21d8080c22c3e8f3a3f9ed327..3844a844ee9e6c0685ae6b08100c798ad1dcc44b 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -463,7 +463,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool skip_gl_renderer);
|
| void CreateAndSetTileManager(ResourceProvider* resource_provider,
|
| ContextProvider* context_provider,
|
| - bool using_map_image);
|
| + bool using_map_image,
|
| + bool allow_rasterize_on_demand);
|
| void ReleaseTreeResources();
|
| void EnforceZeroBudget(bool zero_budget);
|
|
|
|
|