| Index: cc/layer_impl.h
|
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h
|
| index 32d6eef5cb2c463d55ae6a4739eb28ee61767fd6..ea9d54b6570baab5a2d7e52264cccccc231557bb 100644
|
| --- a/cc/layer_impl.h
|
| +++ b/cc/layer_impl.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "CCInputHandler.h"
|
| #include "CCLayerAnimationController.h"
|
| -#include "CCRenderPass.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/render_pass.h"
|
| #include "cc/resource_provider.h"
|
| #include "cc/scoped_ptr_vector.h"
|
| #include "cc/shared_quad_state.h"
|
|
|