| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 8b8802d58a6583968ae10194a1dd5a4b43211119..91425f4c786a489b63b4bc2eb7f5cbf346d9a18c 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -22,8 +22,6 @@
|
| #include "base/time/time.h"
|
| #include "cc/animation/target_property.h"
|
| #include "cc/base/cc_export.h"
|
| -#include "cc/blimp/client_picture_cache.h"
|
| -#include "cc/blimp/engine_picture_cache.h"
|
| #include "cc/debug/micro_benchmark.h"
|
| #include "cc/debug/micro_benchmark_controller.h"
|
| #include "cc/input/event_listener_properties.h"
|
| @@ -56,6 +54,8 @@ namespace cc {
|
| class AnimationEvents;
|
| class AnimationHost;
|
| class BeginFrameSource;
|
| +class ClientPictureCache;
|
| +class EnginePictureCache;
|
| class HeadsUpDisplayLayer;
|
| class ImageSerializationProcessor;
|
| class Layer;
|
|
|