| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 026b128154fccb800293b25128cea7b16f52e52b..417edc043bda5e81a5981065b02f36e717e09ccc 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -94,6 +94,7 @@
|
| #include "media/filters/gpu_video_accelerator_factories.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_util.h"
|
| +#include "skia/ext/event_tracer_impl.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/web/WebColorName.h"
|
| #include "third_party/WebKit/public/web/WebDatabase.h"
|
| @@ -380,6 +381,8 @@ void RenderThreadImpl::Init() {
|
|
|
| GetContentClient()->renderer()->RenderThreadStarted();
|
|
|
| + InitSkiaEventTracer();
|
| +
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| if (command_line.HasSwitch(switches::kEnableGpuBenchmarking))
|
| RegisterExtension(GpuBenchmarkingExtension::Get());
|
|
|