commit | cc3cfaa706818aee30e0a766f3d4ffe90301ae33 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 09:05:52 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 09:05:52 2013 |
tree | 88d184f795b3790c45c2806306fd5d22d91f6b04 | |
parent | 97ebdbacab06587dd1c8fbdd5cc52f58db5042ab [diff] [blame] |
Part 10 of cc/ directory shuffles: layers Continuation of https://src.chromium.org/viewvc/chrome?view=rev&revision=188681 BUG=190824 [email protected], [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/12916002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188703 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h index 5c2dc40..e9bd4d4a 100644 --- a/cc/trees/layer_tree_host_impl.h +++ b/cc/trees/layer_tree_host_impl.h
@@ -13,10 +13,10 @@ #include "cc/base/cc_export.h" #include "cc/input/input_handler.h" #include "cc/input/top_controls_manager_client.h" +#include "cc/layers/render_pass_sink.h" #include "cc/output/output_surface_client.h" #include "cc/output/renderer.h" #include "cc/quads/render_pass.h" -#include "cc/render_pass_sink.h" #include "cc/resources/tile_manager.h" #include "skia/ext/refptr.h" #include "third_party/skia/include/core/SkColor.h"