| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index f34d82e85e0664747ccfc259cc2ae8ae815957c5..0686c57577471216ddc2be2a2f618aa9cabc272a 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -2,13 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <stdlib.h>
|
|
|
| -#if defined(OS_WIN)
|
| -#include <dwmapi.h>
|
| -#include <windows.h>
|
| -#endif
|
| -
|
| #include "base/lazy_instance.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -47,6 +43,11 @@
|
| #include "ui/gl/gl_switches.h"
|
| #include "ui/gl/gpu_switching_manager.h"
|
|
|
| +#if defined(OS_WIN)
|
| +#include <dwmapi.h>
|
| +#include <windows.h>
|
| +#endif
|
| +
|
| #if defined(OS_ANDROID)
|
| #include "base/trace_event/memory_dump_manager.h"
|
| #include "components/tracing/graphics_memory_dump_provider_android.h"
|
|
|