| Index: cc/layer.h
|
| diff --git a/cc/layer.h b/cc/layer.h
|
| index 52fd7cad58e7f4b22371d024d110f0e6994c8ca6..b9e520402438707cc9affded9adeaff9e52916fb 100644
|
| --- a/cc/layer.h
|
| +++ b/cc/layer.h
|
| @@ -10,13 +10,13 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/observer_list.h"
|
| -#include "cc/cc_export.h"
|
| +#include "cc/base/cc_export.h"
|
| +#include "cc/base/region.h"
|
| #include "cc/draw_properties.h"
|
| #include "cc/layer_animation_controller.h"
|
| #include "cc/layer_animation_event_observer.h"
|
| #include "cc/layer_animation_value_observer.h"
|
| #include "cc/occlusion_tracker.h"
|
| -#include "cc/region.h"
|
| #include "cc/render_surface.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
|
|
|