| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index ea9d54b6570baab5a2d7e52264cccccc231557bb..eafcd434338160c3218c61dd2b42847a2254aa12 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_impl.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef CCLayerImpl_h
|
| #define CCLayerImpl_h
|
|
|
| -#include "CCInputHandler.h"
|
| -#include "CCLayerAnimationController.h"
|
| -#include "CCRenderSurface.h"
|
| #include "FloatRect.h"
|
| #include "IntRect.h"
|
| #include "Region.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/input_handler.h"
|
| +#include "cc/layer_animation_controller.h"
|
| #include "cc/render_pass.h"
|
| +#include "cc/render_surface_impl.h"
|
| #include "cc/resource_provider.h"
|
| #include "cc/scoped_ptr_vector.h"
|
| #include "cc/shared_quad_state.h"
|
|
|