| Index: content/browser/gpu/compositor_util.cc
|
| diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc
|
| index 10f507b3660d96c99bed46d386dcbacdf7f1531f..d7b3e40928e256e6d62f8feded3a974892dcc285 100644
|
| --- a/content/browser/gpu/compositor_util.cc
|
| +++ b/content/browser/gpu/compositor_util.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "content/browser/gpu/compositor_util.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/sys_info.h"
|
|
|