| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index 3ce166222de618831ec6f8597ef73a31b7235c30..7b68e074b86f9ad3f59ea78de0f1c0c2fc8de11e 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CC_PLAYBACK_DISPLAY_ITEM_LIST_H_
|
| #define CC_PLAYBACK_DISPLAY_ITEM_LIST_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/trace_event/trace_event.h"
|
|
|