| Index: cc/tree_synchronizer.cc
|
| diff --git a/cc/tree_synchronizer.cc b/cc/tree_synchronizer.cc
|
| index 4c51a16a827cb58851e37e633b8e31707bbedc95..8dd94d14ace1e0926fa516bd6438888b7c011c38 100644
|
| --- a/cc/tree_synchronizer.cc
|
| +++ b/cc/tree_synchronizer.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "cc/tree_synchronizer.h"
|
|
|
| +#include "base/debug/trace_event.h"
|
| #include "cc/layer.h"
|
| #include "cc/layer_impl.h"
|
| #include "cc/scrollbar_animation_controller.h"
|
| @@ -14,6 +15,7 @@ namespace cc {
|
|
|
| scoped_ptr<LayerImpl> TreeSynchronizer::synchronizeTrees(Layer* layerRoot, scoped_ptr<LayerImpl> oldLayerImplRoot, LayerTreeHostImpl* hostImpl)
|
| {
|
| + TRACE_EVENT0("cc", "TreeSynchronizer::synchronizeTrees");
|
| ScopedPtrLayerImplMap oldLayers;
|
| RawPtrLayerImplMap newLayers;
|
|
|
|
|