| Index: cc/trees/single_thread_proxy.cc
|
| diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
|
| index f913c1f1a011994ba0baa9674946907a784e7e26..770d9b0abd4bbaad26d8e1fd9b7434ab0e3a7c75 100644
|
| --- a/cc/trees/single_thread_proxy.cc
|
| +++ b/cc/trees/single_thread_proxy.cc
|
| @@ -542,7 +542,8 @@ void SingleThreadProxy::CompositeImmediately(base::TimeTicks frame_begin_time) {
|
| }
|
| }
|
|
|
| -void SingleThreadProxy::AsValueInto(base::debug::TracedValue* state) const {
|
| +void SingleThreadProxy::AsValueInto(
|
| + base::trace_event::TracedValue* state) const {
|
| // The following line casts away const modifiers because it is just
|
| // setting debug state. We still want the AsValue() function and its
|
| // call chain to be const throughout.
|
|
|