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

Unified Diff: cc/tiled_layer.h

Issue 11472021: cc: Pass LayerTreeHostImpl to LayerImpl constructor (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/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index eca09722cb5f975e82c324c66836a1cac2854531..fe1270c94a54ba4521e7b73d33c1c7d88b469ffd 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -65,7 +65,7 @@ protected:
virtual PrioritizedResourceManager* resourceManager() const;
private:
- virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
void createTilerIfNeeded();
void setTilingOption(TilingOption);

Powered by Google App Engine
This is Rietveld 408576698