diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 21:38:08 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 21:38:08 +0000 |
commit | 8bef40574e49576487dd4263960e639de1f5bae9 (patch) | |
tree | 4381a06642cd42b697b0677104a03a3eff857437 /cc/heads_up_display_layer.h | |
parent | db7e6b76197244048659657514eacefe84cf684f (diff) | |
download | chromium_src-8bef40574e49576487dd4263960e639de1f5bae9.zip chromium_src-8bef40574e49576487dd4263960e639de1f5bae9.tar.gz chromium_src-8bef40574e49576487dd4263960e639de1f5bae9.tar.bz2 |
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
BUG=155209
R=enne@chromium.org
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/11519018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/heads_up_display_layer.h')
-rw-r--r-- | cc/heads_up_display_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/heads_up_display_layer.h b/cc/heads_up_display_layer.h index 1413243..15061c6 100644 --- a/cc/heads_up_display_layer.h +++ b/cc/heads_up_display_layer.h @@ -20,7 +20,7 @@ public: void setFontAtlas(scoped_ptr<FontAtlas>); - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE; + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE; virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; bool hasFontAtlas() const { return m_hasFontAtlas; } |