| Index: chrome/plugin/plugin_main.cc
|
| ===================================================================
|
| --- chrome/plugin/plugin_main.cc (revision 76844)
|
| +++ chrome/plugin/plugin_main.cc (working copy)
|
| @@ -17,6 +17,7 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/default_plugin.h"
|
| +#include "chrome/common/gpu_plugin.h"
|
| #include "chrome/common/hi_res_timer_manager.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/main_function_params.h"
|
| @@ -173,6 +174,7 @@
|
| #endif
|
|
|
| chrome::RegisterInternalDefaultPlugin();
|
| + chrome::RegisterInternalGPUPlugin();
|
|
|
| MessageLoop::current()->Run();
|
| }
|
|
|