| 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 88acc47817a3822b671a596ebdb549130144e567..a341cd84144b52547d9c68af18f1df65e0db6dab 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();
|
|
|