| Index: cc/layer.h
|
| diff --git a/cc/layer.h b/cc/layer.h
|
| index 963f17fa994fe8f3a1bc5d69de18887eb7e89059..3d7178c1e5d4d8395cb591a4ad928d6fb531841b 100644
|
| --- a/cc/layer.h
|
| +++ b/cc/layer.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CC_LAYER_H_
|
| #define CC_LAYER_H_
|
|
|
| -#include "Region.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/cc_export.h"
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/occlusion_tracker.h"
|
| +#include "cc/region.h"
|
| #include "cc/render_surface.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/rect.h"
|
|
|