| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 6554d572adbe6cbf20ee2914e68d4d912c7b44ab..4f8195c1e53119158ba41db485510d1d0caf3ee4 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -671,6 +671,9 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| MachBroker::ChildSendTaskPortToParent();
|
| }
|
| #elif defined(OS_WIN)
|
| + if (command_line.HasSwitch(switches::kEnableHighResolutionTime))
|
| + base::TimeTicks::SetNowIsHighResNowIfSupported();
|
| +
|
| // This must be done early enough since some helper functions like
|
| // IsTouchEnabled, needed to load resources, may call into the theme dll.
|
| EnableThemeSupportOnAllWindowStations();
|
|
|