| Index: cc/render_pass.cc
|
| diff --git a/cc/render_pass.cc b/cc/render_pass.cc
|
| index d6e298f5a02f9aa3ddce5462a9e695beca99df4f..c14a51ad21900058e9f29baf6fd9fb3e6e9b2c99 100644
|
| --- a/cc/render_pass.cc
|
| +++ b/cc/render_pass.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "CCRenderPass.h"
|
| +#include "cc/render_pass.h"
|
|
|
| #include "CCLayerImpl.h"
|
| -#include "CCMathUtil.h"
|
| -#include "CCOcclusionTracker.h"
|
| -#include "CCQuadCuller.h"
|
| +#include "cc/math_util.h"
|
| +#include "cc/occlusion_tracker.h"
|
| +#include "cc/quad_culler.h"
|
| #include "cc/shared_quad_state.h"
|
| #include "cc/solid_color_draw_quad.h"
|
|
|
|
|