| Index: cc/trees/layer_tree_host_common.cc
|
| diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc
|
| index 68dadd5f9b965aad35360b111f33ec37c2192843..edee39b2142bff98899f6d91de684377847dbf60 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -26,7 +26,7 @@ ScrollAndScaleSet::ScrollAndScaleSet() {}
|
|
|
| ScrollAndScaleSet::~ScrollAndScaleSet() {}
|
|
|
| -static void SortLayers(LayerList::iterator forst,
|
| +static void SortLayers(LayerList::iterator first,
|
| LayerList::iterator end,
|
| void* layer_sorter) {
|
| NOTREACHED();
|
|
|