| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index ecfd3fc56794a377bc7b9593861b6a72bc76fcdc..c2c267a4fd80cf05f54281c210f46ca0c8a69e5e 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -429,7 +429,8 @@ GpuProcessHost::GpuProcessHost(int host_id, GpuProcessKind kind)
|
| kind_(kind),
|
| process_launched_(false),
|
| initialized_(false),
|
| - uma_memory_stats_received_(false) {
|
| + uma_memory_stats_received_(false),
|
| + power_monitor_broadcaster_(this) {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) ||
|
| CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU)) {
|
| in_process_ = true;
|
|
|