Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(982)

Unified Diff: cc/io_surface_layer.h

Issue 11519018: [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/io_surface_layer.h
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
index 088976b98cc8917f9cd25e5313a299f8e53a60f7..ff3b5fd73110fba8f8b54eb23ddc0ab02b83bc55 100644
--- a/cc/io_surface_layer.h
+++ b/cc/io_surface_layer.h
@@ -16,7 +16,7 @@ public:
void setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Size&);
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
virtual bool drawsContent() const OVERRIDE;
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
« no previous file with comments | « cc/heads_up_display_layer_impl.cc ('k') | cc/io_surface_layer.cc » ('j') | cc/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698