| Index: chrome/plugin/plugin_main.cc
|
| ===================================================================
|
| --- chrome/plugin/plugin_main.cc (revision 35153)
|
| +++ chrome/plugin/plugin_main.cc (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/common/child_process.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "chrome/common/gpu_plugin.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/main_function_params.h"
|
| #include "chrome/plugin/plugin_thread.h"
|
| @@ -112,6 +113,8 @@
|
| }
|
| #endif
|
|
|
| + chrome::RegisterInternalGPUPlugin();
|
| +
|
| MessageLoop::current()->Run();
|
| }
|
|
|
|
|