| Index: cc/layer_impl.cc
|
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc
|
| index f87a622ea5f471a907c3ca9635fda443a9dbd8ff..2b78195fbc6bf305b71266bd4dc040ca8c25fe9b 100644
|
| --- a/cc/layer_impl.cc
|
| +++ b/cc/layer_impl.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/stringprintf.h"
|
| #include "cc/debug_border_draw_quad.h"
|
| #include "cc/debug_colors.h"
|
| -#include "cc/layer_sorter.h"
|
| #include "cc/layer_tree_host_impl.h"
|
| #include "cc/math_util.h"
|
| #include "cc/proxy.h"
|
| @@ -316,12 +315,6 @@ void LayerImpl::dumpLayerProperties(std::string* str, int indent) const
|
| base::StringAppendF(str, "drawsContent: %s\n", m_drawsContent ? "yes" : "no");
|
| }
|
|
|
| -void sortLayers(std::vector<LayerImpl*>::iterator first, std::vector<LayerImpl*>::iterator end, LayerSorter* layerSorter)
|
| -{
|
| - TRACE_EVENT0("cc", "LayerImpl::sortLayers");
|
| - layerSorter->sort(first, end);
|
| -}
|
| -
|
| std::string LayerImpl::layerTreeAsText() const
|
| {
|
| std::string str;
|
|
|