Index: chrome/browser/ui/webui/gpu_internals_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/gpu_internals_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/gpu_internals_ui.cc (working copy) |
@@ -239,7 +239,7 @@ |
// |
//////////////////////////////////////////////////////////////////////////////// |
-GpuInternalsUI::GpuInternalsUI(WebContents* contents) : WebUI(contents) { |
+GpuInternalsUI::GpuInternalsUI(WebContents* contents) : WebUI(contents, this) { |
AddMessageHandler(new GpuMessageHandler()); |
// Set up the chrome://gpu-internals/ source. |