| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 80db449335458da2500ef04382f8631f6c17659f..5e460cbd4717cb1e93445139865918be6409d1bc 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -17,7 +17,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "cc/animation/target_property.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/region.h"
|
| #include "cc/debug/micro_benchmark.h"
|
| @@ -30,6 +29,7 @@
|
| #include "cc/trees/layer_tree.h"
|
| #include "cc/trees/mutator_host_client.h"
|
| #include "cc/trees/property_tree.h"
|
| +#include "cc/trees/target_property.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "third_party/skia/include/core/SkXfermode.h"
|
|
|