summaryrefslogtreecommitdiffstats
path: root/cc/heads_up_display_layer.h
diff options
context:
space:
mode:
authornduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 21:38:08 +0000
committernduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-11 21:38:08 +0000
commit8bef40574e49576487dd4263960e639de1f5bae9 (patch)
tree4381a06642cd42b697b0677104a03a3eff857437 /cc/heads_up_display_layer.h
parentdb7e6b76197244048659657514eacefe84cf684f (diff)
downloadchromium_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.h2
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; }