| Index: cc/layers/picture_layer.cc
|
| diff --git a/cc/layers/picture_layer.cc b/cc/layers/picture_layer.cc
|
| index 5c85ff766b709396689149842f4e8d47790d7615..c83d5e002b8f8d63b489508507e30d478652abee 100644
|
| --- a/cc/layers/picture_layer.cc
|
| +++ b/cc/layers/picture_layer.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "base/auto_reset.h"
|
| #include "base/trace_event/trace_event.h"
|
| +#include "cc/blimp/client_picture_cache.h"
|
| +#include "cc/blimp/engine_picture_cache.h"
|
| #include "cc/layers/content_layer_client.h"
|
| #include "cc/layers/picture_layer_impl.h"
|
| #include "cc/playback/recording_source.h"
|
|
|