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

Unified Diff: cc/picture_layer_impl.cc

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/picture_layer_impl.cc
diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc
index 7e67d001574a377b75818d9429ab68e58e19ef36..ef9c689d17f6cccf3c22728e38b0f112b8e40ddf 100644
--- a/cc/picture_layer_impl.cc
+++ b/cc/picture_layer_impl.cc
@@ -18,8 +18,8 @@
namespace cc {
-PictureLayerImpl::PictureLayerImpl(LayerTreeHostImpl* host, int id)
- : LayerImpl(host, id),
+PictureLayerImpl::PictureLayerImpl(LayerTreeImpl* treeImpl, int id)
+ : LayerImpl(treeImpl, id),
tilings_(this),
pile_(PicturePileImpl::Create()),
last_update_time_(0) {
« cc/layer.h ('K') | « cc/picture_layer_impl.h ('k') | cc/quad_culler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698