| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 9f6d132a5865c310dbacee9bd7272d33baeea8fb..bcdc355d4b68541a98d54019238ec7fefa269ab4 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -8,11 +8,11 @@
|
| #include "CCAnimationEvents.h"
|
| #include "CCInputHandler.h"
|
| #include "CCLayerSorter.h"
|
| -#include "CCRenderPass.h"
|
| -#include "CCRenderPassSink.h"
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time.h"
|
| +#include "cc/render_pass.h"
|
| +#include "cc/render_pass_sink.h"
|
| #include "cc/renderer.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include <public/WebCompositorOutputSurfaceClient.h>
|
|
|