| Index: cc/layer.h
|
| diff --git a/cc/layer.h b/cc/layer.h
|
| index cfb80b04fcedbb4108249e2dbcc26bc3ecf167fa..1db1c3b8db591fe3e8572b21515a31f65ea0505b 100644
|
| --- a/cc/layer.h
|
| +++ b/cc/layer.h
|
| @@ -6,10 +6,10 @@
|
| #define LayerChromium_h
|
|
|
| #include "CCLayerAnimationController.h"
|
| -#include "CCOcclusionTracker.h"
|
| #include "FloatPoint.h"
|
| #include "Region.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "cc/occlusion_tracker.h"
|
| #include "cc/render_surface.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include <public/WebFilterOperations.h>
|
|
|