Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 4446c3c3bf27ae742caf3777a253aecd96a2979e..ababa1e7cd0bc5a24aa5802a564b87150c7aa0b5 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -294,6 +294,9 @@ int GpuMain(const MainFunctionParams& parameters) { |
gpu_process.set_main_thread(child_thread); |
+ if (watchdog_thread) |
+ watchdog_thread->AddPowerObserver(); |
+ |
{ |
TRACE_EVENT0("gpu", "Run Message Loop"); |
main_message_loop.Run(); |