| Index: cc/surfaces/surface_aggregator.cc
|
| diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
|
| index 3c97bdc25cd92b7aba26c151184f14036754c069..9901d002a0e87c937da07d3d42c64ca58f03b96c 100644
|
| --- a/cc/surfaces/surface_aggregator.cc
|
| +++ b/cc/surfaces/surface_aggregator.cc
|
| @@ -4,11 +4,14 @@
|
|
|
| #include "cc/surfaces/surface_aggregator.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
|
|
| #include "base/bind.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/stl_util.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "cc/base/math_util.h"
|
|
|