diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 21:27:29 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 21:27:29 +0000 |
commit | 3b31c6ac4c2eb3fa8a262aa0232ed0811835ffd5 (patch) | |
tree | f3de3ec1f2e8ecfe13f14da6b01b0f873c559562 /cc/cc.gyp | |
parent | de0d0f4ee404a3e563d18237fddb083b2e68acb2 (diff) | |
download | chromium_src-3b31c6ac4c2eb3fa8a262aa0232ed0811835ffd5.zip chromium_src-3b31c6ac4c2eb3fa8a262aa0232ed0811835ffd5.tar.gz chromium_src-3b31c6ac4c2eb3fa8a262aa0232ed0811835ffd5.tar.bz2 |
[cc] Move root layer pointer to LayerTreeImpl
This is the first of a series of patches to move tree-specific state from
LayerTreeHostImpl to LayerTreeImpl. The LayerTreeHostImpl has always been
imagined to be a "View" aka LayerTreeView(Impl) and will keep ahold of stuff
that is view-specific. The LayerTreeImpl, in constrast, will store state that
is specific to a specific tree version.
BUG=155209
R=enne
Review URL: https://chromiumcodereview.appspot.com/11450015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ 'layer_tree_host_common.h', 'layer_tree_host_impl.cc', 'layer_tree_host_impl.h', + 'layer_tree_impl.cc', + 'layer_tree_impl.h', 'layer_updater.cc', 'layer_updater.h', 'managed_memory_policy.cc', |