| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index f91cce9de11331c9f6fff56dbdf39f31ad9c3917..0f48cb205dda2d31116c2cc9ea61a9832e7302e9 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -11,12 +11,12 @@
|
| #include "base/atomic_sequence_num.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| -#include "base/debug/trace_event_argument.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "base/trace_event/trace_event.h"
|
| +#include "base/trace_event/trace_event_argument.h"
|
| #include "cc/animation/animation_registrar.h"
|
| #include "cc/animation/layer_animation_controller.h"
|
| #include "cc/base/math_util.h"
|
| @@ -480,8 +480,6 @@ void LayerTreeHost::SetDeferCommits(bool defer_commits) {
|
| proxy_->SetDeferCommits(defer_commits);
|
| }
|
|
|
| -void LayerTreeHost::DidDeferCommit() {}
|
| -
|
| void LayerTreeHost::SetNeedsDisplayOnAllLayers() {
|
| std::stack<Layer*> layer_stack;
|
| layer_stack.push(root_layer());
|
|
|