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

Unified Diff: cc/solid_color_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/solid_color_layer.h
diff --git a/cc/solid_color_layer.h b/cc/solid_color_layer.h
index cf1c4563e4639c5b0c7771de32516f31af3ff499..521c1d0786c914e409cbafecd7ed0dcb4ede3bea 100644
--- a/cc/solid_color_layer.h
+++ b/cc/solid_color_layer.h
@@ -17,7 +17,7 @@ class CC_EXPORT SolidColorLayer : public Layer {
public:
static scoped_refptr<SolidColorLayer> create();
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
virtual void setBackgroundColor(SkColor) OVERRIDE;
« cc/layer.h ('K') | « cc/scrollbar_layer_unittest.cc ('k') | cc/solid_color_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698